diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f17f711f..32b7b30e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,4 +27,4 @@ jobs: - name: Run Tests run: | - docker-compose exec -T tests vendor/bin/phpunit --configuration phpunit.xml tests \ No newline at end of file + docker compose exec -T tests vendor/bin/phpunit --configuration phpunit.xml tests \ No newline at end of file