Skip to content

Commit 8596fbd

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
exclude:
1616
- php: 8.1
1717
laravel: 11.*
18+
- php: 8.2
19+
laravel: 11.*
1820

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

0 commit comments

Comments
 (0)