diff --git a/run-tests-for-all-php-versions.sh b/run-tests-for-all-php-versions.sh index de59f303..494b127b 100755 --- a/run-tests-for-all-php-versions.sh +++ b/run-tests-for-all-php-versions.sh @@ -8,7 +8,7 @@ COMPOSE_CMD="mutagen-compose" $COMPOSE_CMD run --rm php72 ./run-tests.sh $@ && \ -$COMPOSE_CMD run --rm php74 ./run-tests.sh $@ && \ +$COMPOSE_CMD run --rm php73 ./run-tests.sh $@ && \ $COMPOSE_CMD run --rm php74 ./run-tests.sh $@ && \ $COMPOSE_CMD run --rm php80 ./run-tests.sh $@ && \ $COMPOSE_CMD run --rm php81 ./run-tests.sh $@ && \