mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2026-06-21 04:09:48 +08:00
Add Laravel 13
This commit is contained in:
7
.github/workflows/phpstan.yml
vendored
7
.github/workflows/phpstan.yml
vendored
@@ -18,13 +18,18 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
php: [8.4, 8.3, 8.2]
|
php: [8.4, 8.3, 8.2]
|
||||||
laravel: [12.*, 11.*]
|
laravel: [13.*, 12.*, 11.*]
|
||||||
stability: [prefer-stable]
|
stability: [prefer-stable]
|
||||||
include:
|
include:
|
||||||
|
- laravel: 13.*
|
||||||
|
testbench: 11.*
|
||||||
- laravel: 12.*
|
- laravel: 12.*
|
||||||
testbench: 10.*
|
testbench: 10.*
|
||||||
- laravel: 11.*
|
- laravel: 11.*
|
||||||
testbench: 9.*
|
testbench: 9.*
|
||||||
|
exclude:
|
||||||
|
- laravel: 13.*
|
||||||
|
php: 8.2
|
||||||
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
|
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|||||||
9
.github/workflows/tests.yml
vendored
9
.github/workflows/tests.yml
vendored
@@ -19,9 +19,13 @@ 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: [12.*, 11.*]
|
laravel: [13.*, 12.*, 11.*]
|
||||||
stability: [prefer-lowest, prefer-stable]
|
stability: [prefer-lowest, prefer-stable]
|
||||||
include:
|
include:
|
||||||
|
- laravel: 13.*
|
||||||
|
testbench: 11.*
|
||||||
|
carbon: 3.*
|
||||||
|
collision: 8.*
|
||||||
- laravel: 12.*
|
- laravel: 12.*
|
||||||
testbench: 10.*
|
testbench: 10.*
|
||||||
carbon: 3.*
|
carbon: 3.*
|
||||||
@@ -30,6 +34,9 @@ jobs:
|
|||||||
testbench: 9.*
|
testbench: 9.*
|
||||||
carbon: 3.*
|
carbon: 3.*
|
||||||
collision: 8.*
|
collision: 8.*
|
||||||
|
exclude:
|
||||||
|
- laravel: 13.*
|
||||||
|
php: 8.2
|
||||||
|
|
||||||
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
|
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
"larastan/larastan": "^3.0",
|
"larastan/larastan": "^3.0",
|
||||||
"laravel/pint": "^1.0",
|
"laravel/pint": "^1.0",
|
||||||
"nunomaduro/collision": "^8.0",
|
"nunomaduro/collision": "^8.0",
|
||||||
"orchestra/testbench": "^9.0|^10.0",
|
"orchestra/testbench": "^9.0|^10.0|^11.0",
|
||||||
"pestphp/pest": "^3.7|^4.0",
|
"pestphp/pest": "^3.7|^4.0",
|
||||||
"pestphp/pest-plugin-arch": "^3.0|^4.0",
|
"pestphp/pest-plugin-arch": "^3.0|^4.0",
|
||||||
"pestphp/pest-plugin-laravel": "^3.0|^4.0",
|
"pestphp/pest-plugin-laravel": "^3.0|^4.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user