mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2025-12-06 13:38:53 +08:00
laravel 11
This commit is contained in:
10
.github/workflows/run-tests.yml
vendored
10
.github/workflows/run-tests.yml
vendored
@@ -13,13 +13,19 @@ jobs:
|
|||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
php: [8.2, 8.1]
|
php: [8.3, 8.2, 8.1]
|
||||||
laravel: [10.*]
|
laravel: [11.*, 10.*]
|
||||||
stability: [prefer-lowest, prefer-stable]
|
stability: [prefer-lowest, prefer-stable]
|
||||||
include:
|
include:
|
||||||
- laravel: 10.*
|
- laravel: 10.*
|
||||||
testbench: 8.*
|
testbench: 8.*
|
||||||
carbon: 2.*
|
carbon: 2.*
|
||||||
|
- laravel: 11.*
|
||||||
|
testbench: 9.*
|
||||||
|
carbon: 3.*
|
||||||
|
exclude:
|
||||||
|
- laravel: 11.*
|
||||||
|
php: 8.1
|
||||||
|
|
||||||
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
|
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
|
||||||
|
|
||||||
|
|||||||
@@ -27,10 +27,10 @@
|
|||||||
"spatie/laravel-package-tools": "^1.15.0"
|
"spatie/laravel-package-tools": "^1.15.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
"larastan/larastan": "^2.0",
|
||||||
"laravel/pint": "^1.0",
|
"laravel/pint": "^1.0",
|
||||||
"nunomaduro/collision": "^7.9",
|
"nunomaduro/collision": "^7.9|^8.0",
|
||||||
"nunomaduro/larastan": "^2.0.1",
|
"orchestra/testbench": "^8.0|^9.0",
|
||||||
"orchestra/testbench": "^8.0",
|
|
||||||
"pestphp/pest": "^2.1",
|
"pestphp/pest": "^2.1",
|
||||||
"pestphp/pest-plugin-arch": "^2.0",
|
"pestphp/pest-plugin-arch": "^2.0",
|
||||||
"pestphp/pest-plugin-laravel": "^2.0",
|
"pestphp/pest-plugin-laravel": "^2.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user