diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06edb2e..e7c392a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,8 @@ jobs: - name: Run PHPUnit tests run: | - ./vendor/bin/phpunit --configuration phpunit.xml + wget https://phar.phpunit.de/phpunit-11.3.phar + php phpunit-11.3.phar --configuration phpunit.xml release: needs: [build, test]