Skip to content

Commit 74f4072

Browse files
#PF-487: Added PHP 8.3 and deprecated 8.0 (#46)
1 parent 14cb488 commit 74f4072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

questions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"runtime.php_version": {
2626
"question": "What <info>PHP version</info> should be installed?",
2727
"options": [
28-
"8.0",
2928
"8.1",
30-
"8.2"
29+
"8.2",
30+
"8.3"
3131
]
3232
},
3333
"runtime.db_version": {

0 commit comments

Comments
 (0)