Skip to content

Commit c7e3bc5

Browse files
committed
update tests
1 parent 4720aa7 commit c7e3bc5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@ jobs:
1414
laravel: [8.*, 7.*, 6.*]
1515

1616
include:
17-
- laravel: 9.*
18-
testbench: 7.*
17+
- laravel: 8.*
18+
testbench: 6.*
19+
- laravel: 7.*
20+
testbench: 5.*
21+
- laravel: 6.*
22+
testbench: 4.*
1923

2024
name: P${{ matrix.php }} - L${{ matrix.laravel }}
2125

0 commit comments

Comments
 (0)