We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70137f3 commit d479524Copy full SHA for d479524
Makefile
@@ -1,7 +1,7 @@
1
.PHONY: all clean docker-build docker-images help lint lint-fix repl test test-static test-unit bump bump-dev process-reports
2
3
IMAGE ?= php_8_3
4
-PHP = docker-compose run --rm php
+PHP = docker compose run --rm php
5
6
all: test
7
docker-compose.yml
@@ -1,5 +1,3 @@
-version: '3'
-
services:
php:
build: ./docker/image/${IMAGE:-php_8_3}
0 commit comments