Skip to content

Commit

Permalink
Update php.php to 8.2 (#3619)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wulfheart authored Jun 14, 2023
1 parent 8d23bac commit 981d5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/provision/php.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace Deployer;

set('php_version', function () {
return ask(' What PHP version to install? ', '8.1', ['5.6', '7.4', '8.0', '8.1']);
return ask(' What PHP version to install? ', '8.2', ['5.6', '7.4', '8.0', '8.1', '8.2']);
});

desc('Installs PHP packages');
Expand Down

0 comments on commit 981d5f6

Please sign in to comment.