Skip to content

Commit

Permalink
chore(deps): bump php-actions/phpunit from 4 to 7
Browse files Browse the repository at this point in the history
Bumps [php-actions/phpunit](https://github.com/php-actions/phpunit) from 4 to 7.
- [Release notes](https://github.com/php-actions/phpunit/releases)
- [Commits](php-actions/phpunit@v4...v7)

---
updated-dependencies:
- dependency-name: php-actions/phpunit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent bd48a81 commit 34fa64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: php-actions/composer@v6

- name: PHPUnit Tests
uses: php-actions/phpunit@v4
uses: php-actions/phpunit@v7
with:
bootstrap: vendor/autoload.php
configuration: phpunit.xml
Expand Down

0 comments on commit 34fa64b

Please sign in to comment.