Skip to content

Commit e8e937f

Browse files
committed
laravel 8 support
1 parent 7eb84cc commit e8e937f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
laravel: [7.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
16+
- laravel: 8.*
17+
testbench: 6.*
1618
- laravel: 7.*
1719
testbench: 5.*
1820

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
],
2020
"require": {
2121
"php": "^7.4",
22-
"illuminate/console": "^7.24",
23-
"illuminate/pagination": "^7.24",
24-
"illuminate/support": "^7.24",
25-
"spatie/laravel-dashboard": "^1.0",
22+
"illuminate/console": "^8.0",
23+
"illuminate/pagination": "^8.0",
24+
"illuminate/support": "^8.0",
25+
"spatie/laravel-dashboard": "^2.0",
2626
"stripe/stripe-php": "^7.46"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)