mirror of
https://github.com/archtechx/money.git
synced 2025-12-12 19:34:02 +00:00
drop L9, add L11 support
This commit is contained in:
parent
9ea102297d
commit
573beada25
2 changed files with 5 additions and 5 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: [9, 10]
|
laravel: [10, 11]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
||||||
|
|
@ -25,14 +25,14 @@
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.1",
|
"php": "^8.1",
|
||||||
"illuminate/support": "^9.0|^10.0",
|
"illuminate/support": "^10.0|^11.0",
|
||||||
"archtechx/helpers": "^0.3.1"
|
"archtechx/helpers": "^0.3.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"orchestra/testbench": "^7.19|^8.0",
|
"orchestra/testbench": "^8.0|^9.0",
|
||||||
"pestphp/pest": "^1.10|^2.0",
|
"pestphp/pest": "^2.0",
|
||||||
"phpstan/phpstan": "^1.9.8",
|
"phpstan/phpstan": "^1.9.8",
|
||||||
"pestphp/pest-plugin-laravel": "^1.1|^2.0",
|
"pestphp/pest-plugin-laravel": "^2.0",
|
||||||
"nunomaduro/larastan": "^2.4"
|
"nunomaduro/larastan": "^2.4"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue