Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit dbbd781

Browse files
authored
Merge pull request #48 from codedge/L8-support
Add Laravel 8 support
2 parents e5de853 + 9e69448 commit dbbd781

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ jobs:
66
strategy:
77
matrix:
88
php: ['7.3', '7.4']
9-
laravel: [6.*, 7.*]
9+
laravel: [6.*, 7.*, 8.*]
1010
dependency-version: [prefer-lowest, prefer-stable]
1111
include:
12+
- laravel: 8.*
13+
testbench: 6.*
1214
- laravel: 7.*
1315
testbench: 5.*
1416
- laravel: 6.*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": ">=7.3",
22-
"illuminate/support": "^6.0|^7.0"
22+
"illuminate/support": "^6.0|^7.0|^8.0"
2323
},
2424
"require-dev": {
2525
"orchestra/testbench": "^4.0|^5.0",

0 commit comments

Comments
 (0)