Skip to content

Commit ac6fda3

Browse files
committed
Add Laravel 8 support
1 parent 317cc7c commit ac6fda3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: true
99
matrix:
1010
php: [8.0, 8.1, 8.2]
11-
laravel: [8.*, 9.*]
11+
laravel: [^8.80, 9.*]
1212
testbench: [6.23, 7.*]
1313
dependency-version: [prefer-lowest, prefer-stable]
1414
exclude:

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": "^8.0|^8.1|^8.2",
20-
"illuminate/contracts": "^8.0|^9.0"
20+
"illuminate/contracts": "^8.80|^9.0"
2121
},
2222
"require-dev": {
2323
"nunomaduro/collision": "^5.0|^6.0",

0 commit comments

Comments
 (0)