Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed May 16, 2024
1 parent 91d8b4d commit a5836cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
matrix:
php-versions: ['8.1', '8.2', '8.3']
phpunit-versions: ['^9.0', '^10.0', '^11.0']
exclude:
- php-versions: '8.1'
phpunit-versions: '^11.0'
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit a5836cf

Please sign in to comment.