Add PHP 8.4 support for cli-generator

This commit is contained in:
crazywhalecc 2025-01-13 09:33:25 +08:00
parent 4b16631d45
commit a3e0ad6b9f
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -225,11 +225,11 @@ const isSupported = (extName, os) => {
};
const availablePhpVersions = [
'7.4',
'8.0',
'8.1',
'8.2',
'8.3',
'8.4',
];
const I18N = {