Skip to content

Commit 459e463

Browse files
committed
Update PHP version in Makefile
Following commit 5ee88cc, PHP 5.4 and 5.5 are no longer tested. This change reflects supported PHP versions in the docker-test-old make command.
1 parent ff3a792 commit 459e463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ docker-test-new:
1515
@docker run -v $$PWD:/app -w /app --rm php:8.1.0RC1-zts-buster php vendor/bin/phpunit --configuration phpunit.xml
1616

1717
docker-test-old:
18-
@docker run -v $$PWD:/app -w /app --rm php:5.4-cli php vendor/bin/phpunit --configuration phpunit.xml
18+
@docker run -v $$PWD:/app -w /app --rm php:5.6-cli php vendor/bin/phpunit --configuration phpunit.xml
1919

2020
test:
2121
@php vendor/bin/phpunit --configuration phpunit.xml

0 commit comments

Comments
 (0)