diff --git a/run-tests-for-all-php-versions.sh b/run-tests-for-all-php-versions.sh index 23541b519..850ab3f9a 100755 --- a/run-tests-for-all-php-versions.sh +++ b/run-tests-for-all-php-versions.sh @@ -14,4 +14,5 @@ $COMPOSE_CMD run --rm php74 ./run-tests.sh $@ && \ $COMPOSE_CMD run --rm php80 ./run-tests.sh $@ && \ $COMPOSE_CMD run --rm php81 ./run-tests.sh $@ && \ $COMPOSE_CMD run --rm php82 ./run-tests.sh $@ && \ -$COMPOSE_CMD run --rm php83 ./run-tests.sh $@ +$COMPOSE_CMD run --rm php83 ./run-tests.sh $@ && \ +$COMPOSE_CMD run --rm php84 ./run-tests.sh $@