We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0929641 commit cd626d8Copy full SHA for cd626d8
Makefile
@@ -1,4 +1,4 @@
1
-DOCKER_RUN = docker run --rm -it --net=host -v ${PWD}:/app -w /app gustavofreze/php:8.2.6
+DOCKER_RUN = docker run --rm -it --net=host -v ${PWD}:/app -w /app gustavofreze/php:8.2
2
3
.PHONY: configure test test-no-coverage review show-reports clean
4
0 commit comments