specify PHPUnit version
This commit is contained in:
parent
825bb84ba3
commit
243ac58644
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -15,5 +15,6 @@ jobs:
|
||||||
- uses: php-actions/phpstan@v3
|
- uses: php-actions/phpstan@v3
|
||||||
- uses: php-actions/phpunit@v3
|
- uses: php-actions/phpunit@v3
|
||||||
with:
|
with:
|
||||||
|
version: 10
|
||||||
test_suffix: "Test.php"
|
test_suffix: "Test.php"
|
||||||
php_version: ${{ matrix.php-versions }}
|
php_version: ${{ matrix.php-versions }}
|
||||||
|
|
Loading…
Reference in a new issue