Skip to content

Commit 98b7817

Browse files
committed
Do not run tests against PHP 8.1 with Laravel 12
1 parent 70169a6 commit 98b7817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- php: 8.1
1717
laravel: 11.*
1818
- php: 8.1
19-
laravel: 11.*
19+
laravel: 12.*
2020

2121
name: Tests P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
2222
steps:

0 commit comments

Comments
 (0)