Skip to content

Commit d115705

Browse files
committed
test on laravel 7
1 parent 0d99465 commit d115705

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ jobs:
1212
strategy:
1313
matrix:
1414
php: [7.4, 7.3, 7.2]
15-
laravel: [6.*, 5.8.*, 5.7.*, 5.6.*]
15+
laravel: [7.*, 6.*, 5.8.*, 5.7.*, 5.6.*]
1616
os: [ubuntu-latest]
1717
include:
18+
- laravel: 7.*
19+
testbench: 5.*
1820
- laravel: 6.*
1921
testbench: 4.*
2022
- laravel: 5.8.*

0 commit comments

Comments
 (0)