Skip to content

Commit

Permalink
Try resolving GitHub Actions issues
Browse files Browse the repository at this point in the history
Seems that the Ubuntu VM no longer contains docker-compose binary
  • Loading branch information
gocom committed Aug 29, 2024
1 parent 70137f3 commit d479524
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: all clean docker-build docker-images help lint lint-fix repl test test-static test-unit bump bump-dev process-reports

IMAGE ?= php_8_3
PHP = docker-compose run --rm php
PHP = docker compose run --rm php

all: test

Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
php:
build: ./docker/image/${IMAGE:-php_8_3}
Expand Down

0 comments on commit d479524

Please sign in to comment.