Skip to content

Commit

Permalink
ci: lock phpunit to version 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu committed Feb 9, 2024
1 parent 1d249fe commit a257d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
php_extensions: dom fileinfo filter libxml xmlreader zip gd
- uses: php-actions/phpstan@v3
- uses: php-actions/phpunit@v3
- uses: php-actions/phpunit@v10.5.8
with:
php_extensions: xdebug dom fileinfo filter libxml xmlreader zip gd
args: --coverage-text
Expand Down

0 comments on commit a257d2d

Please sign in to comment.