Bump php-actions/phpunit from 3 to 9
Bumps [php-actions/phpunit](https://github.com/php-actions/phpunit) from 3 to 9. - [Release notes](https://github.com/php-actions/phpunit/releases) - [Commits](https://github.com/php-actions/phpunit/compare/v3...v9) --- updated-dependencies: - dependency-name: php-actions/phpunit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b31e88a428
commit
529834a3c1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/unittests.yml
vendored
2
.github/workflows/unittests.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
- uses: php-actions/composer@v6
|
||||
- run: |
|
||||
cp ./tests/Includes/Config.yaml ./src/Config/Config.yaml
|
||||
- uses: php-actions/phpunit@v3
|
||||
- uses: php-actions/phpunit@v9
|
||||
with:
|
||||
bootstrap: src/Vendor/autoload.php
|
||||
php_version: ${{ matrix.php_version }}
|
||||
|
|
Loading…
Add table
Reference in a new issue