mirror of
https://github.com/archtechx/enums.git
synced 2025-12-12 08:04:04 +00:00
Remove L8 support
This commit is contained in:
parent
475f45e682
commit
62aa93afed
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
laravel: [8, 9, 10]
|
||||
laravel: [9, 10]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
"php": "^8.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^6.9|^7.0|^8.0",
|
||||
"orchestra/testbench": "^7.0|^8.0",
|
||||
"nunomaduro/larastan": "^1.0|^2.4",
|
||||
"pestphp/pest": "^1.2|^2.0",
|
||||
"pestphp/pest-plugin-laravel": "^1.0|^2.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue