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

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 = {