Skip to content

Commit

Permalink
exclude php 8.0 and laravel 10 from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHemery committed Jun 21, 2023
1 parent 7b718b1 commit 731c61b
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 @@ -14,6 +14,9 @@ jobs:
php: [ "8.1", "8.0", "8.2" ]
laravel: [ "^9.0", '^10.0' ]
dependency-version: [ prefer-lowest, prefer-stable ]
exclude:
- php: "8.0"
laravel: "^10.0"

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

Expand Down

0 comments on commit 731c61b

Please sign in to comment.