Skip to content

Commit ccfc713

Browse files
authored
Merge pull request #56 from wmde/update-Makefile
Update PHP version in Makefile
2 parents ff3a792 + 459e463 commit ccfc713

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)