Skip to content

Commit

Permalink
Make: add PHP 8.3 to test-all
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jul 16, 2024
1 parent 4506fd1 commit 4482eaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ docker-build-all:
$(MAKE) docker-build-php-80
$(MAKE) docker-build-php-81
$(MAKE) docker-build-php-82
$(MAKE) docker-build-php-83


docker-test-all:
Expand All @@ -47,6 +48,7 @@ docker-test-all:
$(MAKE) _docker-test-php-80
$(MAKE) _docker-test-php-81
$(MAKE) _docker-test-php-82
$(MAKE) _docker-test-php-83

_docker-test-%: VERSION=$*
_docker-test-%:
Expand Down

0 comments on commit 4482eaf

Please sign in to comment.