mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 01:44:03 +00:00
add laravel 10
This commit is contained in:
parent
2ba7e503b5
commit
5b5e28d163
2 changed files with 6 additions and 3 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
php: [8.4, 8.3, 8.2]
|
php: [8.4, 8.3, 8.2]
|
||||||
laravel: ['11.*', '12.*']
|
laravel: ['10.*', '11.*', '12.*']
|
||||||
stability: [prefer-lowest, prefer-stable]
|
stability: [prefer-lowest, prefer-stable]
|
||||||
include:
|
include:
|
||||||
- laravel: 12.*
|
- laravel: 12.*
|
||||||
|
|
@ -22,6 +22,9 @@ jobs:
|
||||||
- laravel: 11.*
|
- laravel: 11.*
|
||||||
testbench: 9.*
|
testbench: 9.*
|
||||||
carbon: ^3.8.4
|
carbon: ^3.8.4
|
||||||
|
- laravel: 10.*
|
||||||
|
testbench: 8.*
|
||||||
|
carbon: ^2.63
|
||||||
|
|
||||||
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
|
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,9 +30,9 @@
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"orchestra/testbench": "^8.0|^9.0|^10.0",
|
"orchestra/testbench": "^8.0|^9.0|^10.0",
|
||||||
"larastan/larastan": "^2.4|^3.1",
|
"larastan/larastan": "^2.4|^3.1",
|
||||||
"pestphp/pest": "^2.0|^3.0",
|
"pestphp/pest": "^2.0",
|
||||||
"pestphp/pest-plugin-laravel": "^2.0|^3.0",
|
"pestphp/pest-plugin-laravel": "^2.0|^3.0",
|
||||||
"intervention/image": "^2.7|^3.11"
|
"intervention/image": "^2.7"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"laravel": {
|
"laravel": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue