Skip to content

Commit

Permalink
Try and exclude Laravel 10 and PHP 8 test case
Browse files Browse the repository at this point in the history
  • Loading branch information
manavo committed Feb 17, 2023
1 parent 378433a commit 00e201c
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 @@ -20,6 +20,9 @@ jobs:
testbench: 7.*
- laravel: 8.*
testbench: ^6.23
exclude:
- laravel: 10.*
- php: 8.0
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 00e201c

Please sign in to comment.