Skip to content

Commit 64eb19b

Browse files
committed
run testing on laravel 7 and 8
1 parent 33198ee commit 64eb19b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/testing.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ jobs:
1212
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
1313
strategy:
1414
fail-fast: true
15-
max-parallel: 1
15+
max-parallel: 4
1616
matrix:
17-
php: [ 7.2, 7.3, 7.4 ]
18-
laravel: [ 5.8.*, 6.* ]
19-
dependency-version: [ prefer-lowest, prefer-stable ]
17+
php: [ 7.3 ]
18+
laravel: [ 5.8.*, 6.*, 7.*, 8.* ]
19+
dependency-version: [ prefer-stable ]
2020
include:
21+
- laravel: 8.*
22+
testbench: 6.*
23+
- laravel: 7.*
24+
testbench: 5.*
2125
- laravel: 6.*
2226
testbench: 4.*
2327
- laravel: 5.8.*

0 commit comments

Comments
 (0)