Skip to content

Commit

Permalink
exclude laravel 10 from php8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
datlechin committed Jan 23, 2023
1 parent a068da3 commit 2b6f704
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.*
exclude:
- php: 8.0
laravel: 10.*
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 2b6f704

Please sign in to comment.