Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Mar 16, 2024
1 parent 60eadf2 commit 70059ca
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,12 @@ jobs:
name: 'PHP: ${{ matrix.php }}; PHPUnit: ${{ matrix.phpunit }}; Prefer: ${{ matrix.prefer }}'
strategy:
matrix:
php: ['8.1', '8.2']
phpunit: ['^9.0', '^10.0']
php: ['8.1', '8.2', '8.3']
phpunit: ['^9.0', '^10.0', '^11.0']
prefer: ['prefer-lowest', 'prefer-stable']
exclude:
- phpunit: '^11.0'
php: '8.1'

steps:
- name: checkout code
Expand Down

0 comments on commit 70059ca

Please sign in to comment.