Skip to content

Commit d872a59

Browse files
committed
wip
1 parent 0945490 commit d872a59

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [7.3, 7.4]
13-
laravel: [6.*, 7.*]
12+
php: [7.4]
13+
laravel: [7.*, 8.*]
1414
include:
15+
- laravel: 8.*
16+
testbench: 6.*
1517
- laravel: 7.*
16-
testbench: 5.*
17-
- laravel: 6.*
18-
testbench: 4.*
18+
testbench: 7.*
1919

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

0 commit comments

Comments
 (0)