1
0
Fork 0
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:
Samuel Štancl 2024-03-29 01:59:39 +01:00
parent 9ea102297d
commit 573beada25
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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": {