Skip to content

Commit

Permalink
Exclude php 8.1 from Laravel 11 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk committed Mar 10, 2024
1 parent 635b47d commit cb7726d
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 @@ -25,6 +25,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 cb7726d

Please sign in to comment.