Skip to content

Commit 8fd1e7d

Browse files
authored
Remove L8 support (#3)
1 parent 8866ced commit 8fd1e7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
laravel: [8, 9, 10]
19+
laravel: [9, 10]
2020

2121
steps:
2222
- uses: actions/checkout@v2

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
},
2020
"require": {
2121
"php": "^8.1",
22-
"illuminate/support": "^8.24|^9.0|^10.0",
22+
"illuminate/support": "^9.0|^10.0",
2323
"archtechx/enums": "^0.3.2"
2424
},
2525
"require-dev": {
26-
"orchestra/testbench": "^6.9|^7.0|^8.0",
26+
"orchestra/testbench": "^7.0|^8.0",
2727
"pestphp/pest": "^1.2|^2.0",
2828
"pestphp/pest-plugin-laravel": "^1.0|^2.0"
2929
},

0 commit comments

Comments
 (0)