Skip to content

Commit f305cab

Browse files
committed
revert laravel 8 support
1 parent 9212a00 commit f305cab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
php-version: ['8.0', '8.1']
9-
laravel-version: ['^9']
9+
laravel-version: ['^8', '^9']
1010
steps:
1111
- name: Setup PHP
1212
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
],
2020
"require": {
2121
"php": "^8.0.2",
22-
"illuminate/contracts": "^9.0",
23-
"illuminate/http": "^9.0",
24-
"illuminate/support": "^9.0"
22+
"illuminate/contracts": "^8.0|^9.0",
23+
"illuminate/http": "^8.0|^9.0",
24+
"illuminate/support": "^8.0|^9.0"
2525
},
2626
"require-dev": {
2727
"orchestra/testbench": "^7.0",

0 commit comments

Comments
 (0)