Skip to content

Commit

Permalink
Add running tests for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Nov 21, 2024
1 parent 5b7bd99 commit f83f926
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run-tests-for-all-php-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@

0 comments on commit f83f926

Please sign in to comment.