Skip to content

Commit 19595ae

Browse files
Increase matrix
1 parent 637dbfe commit 19595ae

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
php: [8.0]
15-
laravel: [8.*]
14+
php: [8.0, 7.4]
15+
laravel: [8.*, 7.*]
1616
include:
1717
- laravel: 8.*
1818
testbench: 6.*
19+
- laravel: 7.*
20+
testbench: 5.*
1921

2022
name: P${{ matrix.php }} - L${{ matrix.laravel }}
2123

0 commit comments

Comments
 (0)