We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8866ced commit 8fd1e7dCopy full SHA for 8fd1e7d
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
strategy:
18
matrix:
19
- laravel: [8, 9, 10]
+ laravel: [9, 10]
20
21
steps:
22
- uses: actions/checkout@v2
composer.json
@@ -19,11 +19,11 @@
},
"require": {
"php": "^8.1",
- "illuminate/support": "^8.24|^9.0|^10.0",
+ "illuminate/support": "^9.0|^10.0",
23
"archtechx/enums": "^0.3.2"
24
25
"require-dev": {
26
- "orchestra/testbench": "^6.9|^7.0|^8.0",
+ "orchestra/testbench": "^7.0|^8.0",
27
"pestphp/pest": "^1.2|^2.0",
28
"pestphp/pest-plugin-laravel": "^1.0|^2.0"
29
0 commit comments