Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Drop Laravel 6 and 7
Browse files Browse the repository at this point in the history
  • Loading branch information
sharifzadesina committed Sep 9, 2020
1 parent 0b49298 commit 8c76125
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@ jobs:
fail-fast: false
matrix:
php: ['7.4']
laravel: ['^6.0', '^7.0', '^8.0']
laravel: ['^8.0']
include:
- laravel: '^6.0'
testbench: '^4.0'
- laravel: '^7.0'
testbench: '^5.0'
- laravel: '^8.0'
testbench: '^6.0'

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"prefer-stable": true,
"require": {
"php": "^7.4",
"laravel/framework": "^6.0|^7.0|^8.0"
"laravel/framework": "^8.0"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0|^6.0",
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0"
},
"autoload": {
Expand Down

0 comments on commit 8c76125

Please sign in to comment.