Skip to content

Commit 3cf34e0

Browse files
committed
Fix CI/CD
1 parent 7b5a7a8 commit 3cf34e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
php-version: '8.0'
1717

1818
- name: Setup Docker
19-
run: docker-compose up -d --build
19+
run: docker compose up -d --build
2020

2121
- name: Wait for Server to be ready
2222
run: sleep 10

0 commit comments

Comments
 (0)