Skip to content

Commit 0cab1ad

Browse files
author
Brian Faust
committed
support laravel 8
1 parent 5e936d5 commit 0cab1ad

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
1212
php: [7.4]
13-
laravel: [5.8.*, 6.*, 7.*]
13+
laravel: [5.8.*, 6.*, 7.*, 8.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
16+
- laravel: 8.*
17+
testbench: 6.*
1618
- laravel: 7.*
1719
testbench: 5.*
1820
- laravel: 6.*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.4",
20-
"illuminate/session": "^5.8|^6.0|^7.0"
20+
"illuminate/session": "^5.8|^6.0|^7.0|^8.0"
2121
},
2222
"require-dev": {
2323
},

0 commit comments

Comments
 (0)