Skip to content

Commit

Permalink
Restricted PHPUnit to <10.0 for simpler CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
vrza committed Dec 7, 2023
1 parent ec3cb9d commit 0ffd751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-versions: ['8.1', '8.0', '7.4', '7.3']
php-versions: ['8.3', '8.2', '8.1', '8.0', '7.4', '7.3']
phpunit-versions: ['^9']
include:
- operating-system: 'ubuntu-latest'
Expand Down Expand Up @@ -49,4 +49,4 @@ jobs:
run: composer install --prefer-dist --no-progress

- name: Run test suite
run: vendor/bin/phpunit --colors=always --coverage-filter src --coverage-text tests
run: vendor/bin/phpunit --colors=always --whitelist src --coverage-text tests

0 comments on commit 0ffd751

Please sign in to comment.