Skip to content

Commit

Permalink
Bump deploy to php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
famoser committed Apr 17, 2021
1 parent ddfae79 commit 8057b84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
//only keep two releases
set('keep_releases', 2);

//use php 7.2
//use php 7.4
set(
'bin/php',
'/usr/local/php72/bin/php'
'/usr/local/php74/bin/php'
);

//build yarn stuff & upload
Expand Down

0 comments on commit 8057b84

Please sign in to comment.