We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61562c commit ca825a7Copy full SHA for ca825a7
.github/workflows/tests.yml
@@ -7,7 +7,7 @@ jobs:
7
matrix:
8
php: ['7.3', '7.4', '8.0']
9
laravel: [6.*, 7.*, 8.*]
10
- dependency-version: [prefer-lowest, prefer-stable]
+ dependency-version: [prefer-stable]
11
include:
12
- laravel: 8.*
13
testbench: 6.*
0 commit comments