Skip to content

Commit a1f0888

Browse files
authored
Update v-run-cli-cmd
Add PHP version 8.3 to the list of the allowed commands
1 parent 5caad1e commit a1f0888

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/v-run-cli-cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ if [ "$basecmd" != 'ps' -a \
7070
"$basecmd" != 'php8.0' -a \
7171
"$basecmd" != 'php8.1' -a \
7272
"$basecmd" != 'php8.2' -a \
73+
"$basecmd" != 'php8.3' -a \
7374
"$basecmd" != 'php' -a \
7475
"$basecmd" != "wp" -a \
7576
"$basecmd" != 'composer' ]; then

0 commit comments

Comments
 (0)