1
0
Fork 0
mirror of https://github.com/archtechx/helpers.git synced 2025-12-12 04:04:04 +00:00

Remove L8 support (#3)

This commit is contained in:
lukinovec 2023-02-16 10:55:19 +01:00 committed by GitHub
parent 8866ced766
commit 8fd1e7d00e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -19,11 +19,11 @@
}, },
"require": { "require": {
"php": "^8.1", "php": "^8.1",
"illuminate/support": "^8.24|^9.0|^10.0", "illuminate/support": "^9.0|^10.0",
"archtechx/enums": "^0.3.2" "archtechx/enums": "^0.3.2"
}, },
"require-dev": { "require-dev": {
"orchestra/testbench": "^6.9|^7.0|^8.0", "orchestra/testbench": "^7.0|^8.0",
"pestphp/pest": "^1.2|^2.0", "pestphp/pest": "^1.2|^2.0",
"pestphp/pest-plugin-laravel": "^1.0|^2.0" "pestphp/pest-plugin-laravel": "^1.0|^2.0"
}, },