Skip to content

Commit

Permalink
Exclude Phpunit 11 on PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Mar 15, 2024
1 parent b764a36 commit 2f6de87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
include:
- laravel: 11.*
testbench: 9.*
exclude:
- php: 8.2
phpunit: 11.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} PU${{ matrix.phpunit }} - ${{ matrix.stability }}

Expand Down

0 comments on commit 2f6de87

Please sign in to comment.