Update ci.yml

This commit is contained in:
sw5ciprl 2024-09-17 21:55:21 +03:00 committed by GitHub
parent 770e327f1a
commit 1c3988206e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]