Skip to content

Commit

Permalink
disable prefer-lowest build for edge case
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Mar 3, 2020
1 parent cdffc5f commit ab6f1a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,20 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [7.2, 7.3, 7.4]
laravel: [5.8.37, 6.*, 7.*]
laravel: [5.8, 6.*, 7.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 7.*
testbench: 5.*
- laravel: 6.*
testbench: 4.*
- laravel: 5.8.37
- laravel: 5.8
testbench: 3.8
exclude:
# excludes prefer-lowest 5.8 test on php 7.4
- laravel: 5.8
testbench: 3.8
dependency-version: prefer-lowest

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^7.2",
"laravel/framework": "~5.8.37|^6.0|^7.0",
"laravel/framework": "~5.8|^6.0|^7.0",
"mustache/mustache": "^2.12"
},
"require-dev": {
Expand Down

0 comments on commit ab6f1a9

Please sign in to comment.