Skip to content

Commit

Permalink
Exclude PHP8.1 and L11
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Feb 27, 2024
1 parent dd5f2ed commit 849f2e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
testbench: 9.*
- laravel: 10.*
testbench: 8.*
exclude:
- php: 8.1
laravel: 11.*

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

Expand Down

0 comments on commit 849f2e6

Please sign in to comment.