Skip to content

Commit d40881c

Browse files
committed
Update GitHub Actions workflow to exclude specific Laravel and PHP combinations, ensuring compatibility with testing requirements.
1 parent b881ebd commit d40881c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
testbench: ^9.0
2828
- laravel: 12.*
2929
testbench: ^10.0
30+
exclude:
31+
- laravel: 11.*
32+
php: 8.1
33+
- laravel: 12.*
34+
php: 8.1
3035

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

0 commit comments

Comments
 (0)