Skip to content

Commit

Permalink
ignore L6 + L7 on PHP 8 ?
Browse files Browse the repository at this point in the history
  • Loading branch information
abdumu committed Feb 23, 2021
1 parent 245e1d4 commit d3664cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
testbench: 5.*
- laravel: 6.*
testbench: 4.*
exclude:
# excludes laravel 6 on php8
- php: 8.0
laravel: [6.*,7.*]

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

Expand Down

0 comments on commit d3664cb

Please sign in to comment.