Skip to content

Commit

Permalink
Exclude PHP 8.3 and Laravel 9.* from the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 14, 2023
1 parent c4ba303 commit fdff9ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
testbench: ^8.0
- laravel: 9.*
testbench: ^7.0
exclude:
- php: 8.3
laravel: 9.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

Expand Down

0 comments on commit fdff9ef

Please sign in to comment.