Update ci.yml
This commit is contained in:
parent
770e327f1a
commit
1c3988206e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue