mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
Add PHP 8.4 support for cli-generator
This commit is contained in:
parent
4b16631d45
commit
a3e0ad6b9f
@ -225,11 +225,11 @@ const isSupported = (extName, os) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const availablePhpVersions = [
|
const availablePhpVersions = [
|
||||||
'7.4',
|
|
||||||
'8.0',
|
'8.0',
|
||||||
'8.1',
|
'8.1',
|
||||||
'8.2',
|
'8.2',
|
||||||
'8.3',
|
'8.3',
|
||||||
|
'8.4',
|
||||||
];
|
];
|
||||||
|
|
||||||
const I18N = {
|
const I18N = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user