Skip to content

Commit 1bfd633

Browse files
Drop support for laravel 6 and 7
Ref #34493
1 parent 653dc84 commit 1bfd633

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,11 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
php: [7.3, 7.4, 8.0]
13-
laravel: [6.*, 7.*, 8.*]
13+
laravel: [8.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: 8.*
1717
testbench: 6.*
18-
- laravel: 7.*
19-
testbench: 5.*
20-
- laravel: 6.*
21-
testbench: 4.*
2218

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

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
],
1818
"require": {
1919
"php": "^7.3|^8.0",
20-
"illuminate/console": "^6.0|^7.0|^8.0",
21-
"illuminate/support": "^6.0|^7.0|^8.0"
20+
"illuminate/console": "^8.0",
21+
"illuminate/support": "^8.0"
2222
},
2323
"require-dev": {
2424
"mockery/mockery": "^1.4",
25-
"orchestra/testbench": "^4.0|^5.0|^6.0",
25+
"orchestra/testbench": "^6.0",
2626
"phpunit/phpunit": "^9.3.3",
2727
"squizlabs/php_codesniffer": "^3.6"
2828
},

0 commit comments

Comments
 (0)