Skip to content

Commit a3e0ad6

Browse files
committed
Add PHP 8.4 support for cli-generator
1 parent 4b16631 commit a3e0ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/components/CliGenerator.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,11 @@ const isSupported = (extName, os) => {
225225
};
226226
227227
const availablePhpVersions = [
228-
'7.4',
229228
'8.0',
230229
'8.1',
231230
'8.2',
232231
'8.3',
232+
'8.4',
233233
];
234234
235235
const I18N = {

0 commit comments

Comments
 (0)