Update ci.yml

Maybe updating php-actions/phpunit will fix CI
This commit is contained in:
Joby 2024-07-29 16:52:12 -06:00 committed by GitHub
parent 933e847fb3
commit 476d4789e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- uses: php-actions/phpstan@v3
- uses: php-actions/phpunit@v3
- uses: php-actions/phpunit@v4
with:
version: 10
test_suffix: "Test.php"