mirror of
https://github.com/archtechx/money.git
synced 2025-12-12 03:14:03 +00:00
Remove L8 support
This commit is contained in:
parent
8ce0b82ef0
commit
958e27eb79
2 changed files with 4 additions and 4 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
laravel: [8, 9, 10]
|
laravel: [9, 10]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
||||||
|
|
@ -25,15 +25,15 @@
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.1",
|
"php": "^8.1",
|
||||||
"illuminate/support": "^8.0|^9.0|^10.0",
|
"illuminate/support": "^9.0|^10.0",
|
||||||
"archtechx/helpers": "^0.3.1"
|
"archtechx/helpers": "^0.3.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"orchestra/testbench": "^6.9|^7.0|^8.0",
|
"orchestra/testbench": "^7.19|^8.0",
|
||||||
"pestphp/pest": "^1.10|^2.0",
|
"pestphp/pest": "^1.10|^2.0",
|
||||||
"phpstan/phpstan": "^1.9.8",
|
"phpstan/phpstan": "^1.9.8",
|
||||||
"pestphp/pest-plugin-laravel": "^1.1|^2.0",
|
"pestphp/pest-plugin-laravel": "^1.1|^2.0",
|
||||||
"nunomaduro/larastan": "^1.0|^2.4"
|
"nunomaduro/larastan": "^2.4"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"laravel": {
|
"laravel": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue