Skip to content

Commit

Permalink
add exclude for laravel 11 at php8.0 and 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkroneis committed Feb 14, 2024
1 parent bd15888 commit eca3bf8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ jobs:
testbench: 7.*
exclude:
- laravel: 10.*
php: 8.0
php: 8.0
- laravel: 11.*
php: 8.1
- laravel: 11.*
php: 8.0

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

Expand Down

0 comments on commit eca3bf8

Please sign in to comment.