Skip to content

Commit f579ab5

Browse files
committed
Update matrix to be more specific
1 parent 64a8155 commit f579ab5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ jobs:
3636
php: 7.4
3737
- laravel: 5.5.*
3838
php: 7.4
39-
- laravel: 5.*
39+
- laravel: 5.8.*
40+
php: 8.0
41+
- laravel: 5.7.*
42+
php: 8.0
43+
- laravel: 5.6.*
4044
php: 8.0
4145

4246
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

0 commit comments

Comments
 (0)