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 a257d2d commit f39dc95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
with:
php_extensions: dom fileinfo filter libxml xmlreader zip gd
- uses: php-actions/phpstan@v3
- uses: php-actions/phpunit@v10.5.8
- uses: php-actions/phpunit@v3
with:
version: 10.5.8
php_extensions: xdebug dom fileinfo filter libxml xmlreader zip gd
args: --coverage-text
env:
Expand Down

0 comments on commit f39dc95

Please sign in to comment.