We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33198ee commit 64eb19bCopy full SHA for 64eb19b
.github/workflows/testing.yml
@@ -12,12 +12,16 @@ jobs:
12
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
13
strategy:
14
fail-fast: true
15
- max-parallel: 1
+ max-parallel: 4
16
matrix:
17
- php: [ 7.2, 7.3, 7.4 ]
18
- laravel: [ 5.8.*, 6.* ]
19
- dependency-version: [ prefer-lowest, prefer-stable ]
+ php: [ 7.3 ]
+ laravel: [ 5.8.*, 6.*, 7.*, 8.* ]
+ dependency-version: [ prefer-stable ]
20
include:
21
+ - laravel: 8.*
22
+ testbench: 6.*
23
+ - laravel: 7.*
24
+ testbench: 5.*
25
- laravel: 6.*
26
testbench: 4.*
27
- laravel: 5.8.*
0 commit comments