Skip to content

Commit

Permalink
Fix PHP version for one of the local test runners. 7.4 was tested twi…
Browse files Browse the repository at this point in the history
…ce, 7.3 never.
  • Loading branch information
wisskid committed Feb 18, 2024
1 parent 15e48b6 commit 66edb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests-for-all-php-versions.sh
Expand Up @@ -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 $@ && \
Expand Down

0 comments on commit 66edb56

Please sign in to comment.