mirror of
https://github.com/deployphp/deployer.git
synced 2025-01-17 21:48:58 +01:00
Update php.php to 8.2 (#3619)
This commit is contained in:
parent
8d23bac440
commit
981d5f6fe2
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user