Skip to content

Commit

Permalink
Remove Laravel 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
netpok committed May 3, 2021
1 parent 30b298e commit 0bf7417
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [7.2, 7.3, 7.4, 8.0]
laravel: [8.*, 7.*]
php: [7.3, 7.4, 8.0]
laravel: [8.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 8.*
testbench: 6.*
- laravel: 7.*
testbench: 5.*
exclude:
- laravel: 8.*
php: 7.2

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

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
}
],
"require": {
"php": "^7.2|^8.0",
"laravel/framework": "^7.0|^8.0"
"php": "^7.3|^8.0",
"laravel/framework": "^8.0"
},
"require-dev": {
"orchestra/testbench": "^5.0|^6.0",
"orchestra/testbench": "^6.0",
"larapack/dd": "^1.0",
"phpunit/phpunit": "^8.5|^9.3"
"phpunit/phpunit": "^9.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0bf7417

Please sign in to comment.