Skip to content

Commit d479524

Browse files
committed
Try resolving GitHub Actions issues
Seems that the Ubuntu VM no longer contains docker-compose binary
1 parent 70137f3 commit d479524

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: all clean docker-build docker-images help lint lint-fix repl test test-static test-unit bump bump-dev process-reports
22

33
IMAGE ?= php_8_3
4-
PHP = docker-compose run --rm php
4+
PHP = docker compose run --rm php
55

66
all: test
77

docker-compose.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3'
2-
31
services:
42
php:
53
build: ./docker/image/${IMAGE:-php_8_3}

0 commit comments

Comments
 (0)