Skip to content

Commit 00d219b

Browse files
committed
exclude php8.1 for Laravel 11
1 parent 3bbe5fa commit 00d219b

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
@@ -28,6 +28,8 @@ jobs:
2828
php: 8.0
2929
- laravel: 11.*
3030
php: 8.0
31+
- laravel: 11.*
32+
php: 8.1
3133

3234
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3335

0 commit comments

Comments
 (0)