Skip to content

Commit

Permalink
Fix testing matrix exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Jan 31, 2023
1 parent 29ffdb6 commit 7d6af0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
dependencies: [lowest, highest]
exclude:
- php: 8.0
dependencies: ^10.0
laravel: ^10.0
name: P${{ matrix.php }} | L${{ matrix.laravel }} | ${{ matrix.dependencies == 'highest' && '↑' || '↓' }}
steps:
- name: Checkout code
Expand Down

0 comments on commit 7d6af0b

Please sign in to comment.