specify PHPUnit version

This commit is contained in:
Joby 2024-07-11 20:09:22 -06:00
parent 825bb84ba3
commit 243ac58644

View file

@ -15,5 +15,6 @@ jobs:
- uses: php-actions/phpstan@v3
- uses: php-actions/phpunit@v3
with:
version: 10
test_suffix: "Test.php"
php_version: ${{ matrix.php-versions }}