From f83f9263cfd24fa751739eefe79f292b1c24cb65 Mon Sep 17 00:00:00 2001 From: Jonathan LELIEVRE Date: Thu, 21 Nov 2024 12:17:38 +0100 Subject: [PATCH] Add running tests for PHP 8.4 --- run-tests-for-all-php-versions.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 $@