Skip to content

Commit 70169a6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
exclude:
1616
- php: 8.1
1717
laravel: 11.*
18-
- php: 8.2
18+
- php: 8.1
1919
laravel: 11.*
2020

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

0 commit comments

Comments
 (0)