Skip to content

Commit

Permalink
Fix: correct run-tests workflow Laravel/PHP matrix exclusion syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bartdecorte committed Feb 28, 2023
1 parent d9178b1 commit 17b8353
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
testbench: ^6.23
exclude:
- laravel: 10.*
php: [8.0, 7.4]
php: 8.0
- laravel: 10.*
php: 7.4
- laravel: 9.*
php: 7.4
- laravel: 8.*
Expand Down

0 comments on commit 17b8353

Please sign in to comment.