Skip to content

Commit

Permalink
Don't test Laravel 11 on PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Feb 5, 2024
1 parent 494e8be commit 4cc9eb3
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 @@ -17,6 +17,9 @@ jobs:
testbench: 8.*
- laravel: 11.*
testbench: 9.*
exclude:
- laravel: 11.*
php: 8.1

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

Expand Down

0 comments on commit 4cc9eb3

Please sign in to comment.