Skip to content

Commit ad29a01

Browse files
committed
drop support for old versions
1 parent ca78f15 commit ad29a01

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/run-tests.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
php: [8.0]
13-
laravel: [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.*
2018

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

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
],
3737
"require": {
3838
"php" : "^8.0",
39-
"illuminate/support": "^7.0|^8.0",
40-
"illuminate/http": "^7.0|^8.0",
41-
"illuminate/contracts": "^7.0|^8.0",
39+
"illuminate/support": "^8.0",
40+
"illuminate/http": "^8.0",
41+
"illuminate/contracts": "^8.0",
4242
"spatie/laravel-package-tools": "^1.9"
4343
},
4444
"require-dev": {
4545
"phpunit/phpunit": "^9.4",
46-
"orchestra/testbench": "^5.0|^6.0",
46+
"orchestra/testbench": "^6.0",
4747
"spatie/phpunit-snapshot-assertions": "^4.2",
4848
"spatie/test-time": "^1.2"
4949
},

0 commit comments

Comments
 (0)