Skip to content

Commit

Permalink
exclude php 7.4 for laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Kaufmann committed Feb 16, 2022
1 parent 56ed8cc commit 4c20e7c
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 @@ -22,6 +22,10 @@ jobs:
- laravel: 6.*
testbench: 4.*

exclude:
- laravel: 9.*
php: 7.4

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

steps:
Expand Down

0 comments on commit 4c20e7c

Please sign in to comment.