We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc10dd commit 9d2a483Copy full SHA for 9d2a483
.github/workflows/run-tests.yml
@@ -10,7 +10,7 @@ jobs:
10
matrix:
11
php: [ 7.1, 7.2, 7.3, 7.4, 8.0 ]
12
laravel: [ 5.6.*, 5.7.*, 5.8.*, 6.*, 7.*, 8.* ]
13
- dependency-version: [ prefer-lowest, prefer-stable ]
+ dependency-version: [ prefer-stable ]
14
include:
15
- laravel: 5.6.*
16
testbench: 3.6.*
0 commit comments