Skip to content

Commit

Permalink
Raise old Laravel version and lock it down
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Mar 3, 2020
1 parent ec5af27 commit cdffc5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [7.2, 7.3, 7.4]
laravel: [5.8.30, 6.*, 7.*]
laravel: [5.8.37, 6.*, 7.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 7.*
testbench: 5.*
- laravel: 6.*
testbench: 4.*
- laravel: 5.8.30
- laravel: 5.8.37
testbench: 3.8

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.30|^6.0|^7.0",
"laravel/framework": "~5.8.37|^6.0|^7.0",
"mustache/mustache": "^2.12"
},
"require-dev": {
Expand Down

0 comments on commit cdffc5f

Please sign in to comment.