Update php.php to 8.2 (#3619)

This commit is contained in:
Alex 2023-06-14 15:00:13 +02:00 committed by GitHub
parent 8d23bac440
commit 981d5f6fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');