Skip to content

Commit 7c7de23

Browse files
committed
run tests on laravel 8 too
1 parent 64b8877 commit 7c7de23

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/default.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ jobs:
1212
strategy:
1313
matrix:
1414
php: [7.4, 7.3, 7.2]
15-
laravel: [7.*, 6.*]
15+
laravel: [8.*, 7.*, 6.*]
1616
dependency-version: [prefer-lowest, prefer-stable]
1717
os: [ubuntu-latest, windows-latest]
1818
include:
19+
- laravel: 8.*
20+
testbench: 6.*
1921
- laravel: 7.*
2022
testbench: 5.*
2123
- laravel: 6.*

0 commit comments

Comments
 (0)