Skip to content

Commit 98d57ac

Browse files
committed
Remove legacy Docker Compose from GitHub Action
1 parent 0e6a427 commit 98d57ac

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

Diff for: .github/workflows/test.yml

-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
# Run every tests inside Docker container
3232
- name: Docker Compose Setup
3333
uses: ndeloof/[email protected]
34-
with:
35-
# version: v3.5 # defaults to 'latest'
36-
legacy: true # will also install in PATH as `docker compose`
3734

3835
- name: Clean
3936
run: make clean_all

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test:
2424
php $(PHPARGS) vendor/bin/phpunit
2525

2626
clean_all:
27-
docker compose down
27+
docker compose down --remove-orphans
2828
sudo rm -rf tests/tmp/*
2929

3030
clean:

Diff for: docker-compose.yml

-1
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,3 @@ networks:
7373
ipam:
7474
config:
7575
- subnet: 172.14.0.0/24
76-

0 commit comments

Comments
 (0)