mirror of
https://github.com/archtechx/laravel-pages.git
synced 2025-12-12 09:54:03 +00:00
Remove L8 support
This commit is contained in:
parent
fbaa5dc82d
commit
b5b70d6068
2 changed files with 5 additions and 5 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -11,7 +11,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
|
||||||
|
|
|
||||||
|
|
@ -22,14 +22,14 @@
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.1",
|
"php": "^8.1",
|
||||||
"illuminate/support": "^8.24|^9.0|^10.0",
|
"illuminate/support": "^9.0|^10.0",
|
||||||
"archtechx/laravel-seo": "^0.6",
|
"archtechx/laravel-seo": "^0.6",
|
||||||
"ryangjchandler/orbit": "*",
|
"ryangjchandler/orbit": "*",
|
||||||
"illuminate/routing": "^8.53|^9.0|^10.0",
|
"illuminate/routing": "^9.0|^10.0",
|
||||||
"illuminate/database": "^8.53|^9.0|^10.0"
|
"illuminate/database": "^9.0|^10.0"
|
||||||
},
|
},
|
||||||
"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"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue