Skip to content

Commit 1bb14a2

Browse files
committed
fix: add exclusion for Laravel 12 with PHP 8.1 in test matrix
1 parent e327ce0 commit 1bb14a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
exclude:
3939
- laravel: 11.*
4040
php: 8.1
41+
- laravel: 12.*
42+
php: 8.1
4143

4244
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
4345

0 commit comments

Comments
 (0)