Skip to content

Commit

Permalink
Expand exclusion matrix for phpunit 11
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Mar 4, 2024
1 parent dd85a41 commit c61740f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/phpunit.yaml
Expand Up @@ -24,6 +24,10 @@ jobs:
exclude:
- php: "8.0"
phpunit: 10
- php: "8.0"
phpunit: 11
- php: "8.1"
phpunit: 11
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
Expand Down

0 comments on commit c61740f

Please sign in to comment.