Bläddra i källkod

Update v-run-cli-cmd

Add PHP version 8.3 to the list of the allowed commands
Adion Gorani 2 år sedan
förälder
incheckning
a1f0888941
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      bin/v-run-cli-cmd

+ 1 - 0
bin/v-run-cli-cmd

@@ -70,6 +70,7 @@ if [ "$basecmd" != 'ps' -a \
 	"$basecmd" != 'php8.0' -a \
 	"$basecmd" != 'php8.1' -a \
 	"$basecmd" != 'php8.2' -a \
+        "$basecmd" != 'php8.3' -a \
 	"$basecmd" != 'php' -a \
 	"$basecmd" != "wp" -a \
 	"$basecmd" != 'composer' ]; then