Skip to content

Commit ef786ef

Browse files
committed
fix php version of tests.yml
1 parent 6c37548 commit ef786ef

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/tests.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@ jobs:
2424

2525
exclude:
2626
- laravel: 11.*
27-
php: 8.2
27+
php: 8.1
28+
- laravel: 11.*
29+
php: 8.0
30+
- laravel: 10.*
31+
php: 8.0
32+
- laravel: 9.*
33+
php: 8.3
2834

2935
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
3036

0 commit comments

Comments
 (0)