Skip to content

Commit

Permalink
chore: exclude matrix
Browse files Browse the repository at this point in the history
dtangdev committed Mar 31, 2023

Verified

This commit was signed with the committer’s verified signature.
Caleb-o Caleb
1 parent 0c72181 commit 03ad5e9
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
@@ -16,6 +16,9 @@ jobs:
php: [ "8.2", "8.1", "8.0" ]
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 }}

0 comments on commit 03ad5e9

Please sign in to comment.