Skip to content

Commit 2cbd36a

Browse files
Merge branch 'main' into patch-1
2 parents eae886f + 46b0d18 commit 2cbd36a

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
php: [ 7.3, 7.4, 8.0, 8.1 ]
19-
laravel: [ 7.*, 8.*, 9.* , 10.*]
19+
laravel: [ 8.*, 9.* , 10.*]
2020
dependency-version: [ prefer-lowest, prefer-stable ]
2121
include:
2222
- laravel: 10.*
2323
testbench: 8.*
24-
- laravel: 7.*
25-
testbench: 5.*
2624

2725
- laravel: 8.*
2826
testbench: 6.*
@@ -43,9 +41,6 @@ jobs:
4341
- laravel: 9.*
4442
php: 7.4
4543

46-
- laravel: 7.*
47-
php: 8.1
48-
4944
- laravel: 8.*
5045
php: 8.1
5146
dependency-version: prefer-lowest

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
],
1818
"require": {
1919
"php": "^7.3|^8.0",
20-
"illuminate/support": "^7.26.0|^8.0|^9.0|^10.0",
21-
"illuminate/console": "^7.26.0|^8.0|^9.0|^10.0",
22-
"illuminate/http": "^7.26.0|^8.0|^9.0|^10.0",
23-
"illuminate/cache": "^7.26.0|^8.0|^9.0|^10.0",
24-
"illuminate/view": "^7.26.0|^8.0|^9.0|^10.0",
20+
"illuminate/support": "^8.0|^9.0|^10.0",
21+
"illuminate/console": "^8.0|^9.0|^10.0",
22+
"illuminate/http": "^8.0|^9.0|^10.0",
23+
"illuminate/cache": "^8.0|^9.0|^10.0",
24+
"illuminate/view": "^8.0|^9.0|^10.0",
2525
"guzzlehttp/guzzle": "^7.2",
2626
"ramsey/uuid": "^3.7|^4.0"
2727
},

0 commit comments

Comments
 (0)