Skip to content

Commit fb98bc6

Browse files
authored
Update run-tests.yml
1 parent aec8bf2 commit fb98bc6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run-tests.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,16 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
php: [8.4, 8.38.2, 8.1, 8.0]
24+
php: [8.4, 8.3, 8.2, 8.1, 8.0]
2525
laravel: ['9.*', '10.*', '11.*', '12.*']
2626
dependency-version: [prefer-stable]
2727
exclude:
2828
- laravel: 10.*
2929
php: 8.0
30+
- laravel: 10.*
31+
php: 8.3
32+
- laravel: 10.*
33+
php: 8.4
3034
- laravel: 11.*
3135
php: 8.1
3236
- laravel: 11.*

0 commit comments

Comments
 (0)