mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-26 20:34:48 +01:00
run php 8.1 with illuminate ^8.67
thanks to @tjmmm for this
This commit is contained in:
parent
8f01ebe7e4
commit
01fbf109fa
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -13,10 +13,13 @@ jobs:
|
|||||||
illuminate_version: [6.*, 8.*]
|
illuminate_version: [6.*, 8.*]
|
||||||
stability: [prefer-lowest, prefer-stable]
|
stability: [prefer-lowest, prefer-stable]
|
||||||
exclude:
|
exclude:
|
||||||
- php: 8.1
|
|
||||||
stability: prefer-lowest
|
|
||||||
- php: 8.0
|
- php: 8.0
|
||||||
stability: prefer-lowest
|
stability: prefer-lowest
|
||||||
|
- php: 8.1
|
||||||
|
include:
|
||||||
|
- php: 8.1
|
||||||
|
illuminate_version: ^8.67
|
||||||
|
stability: prefer-stable
|
||||||
|
|
||||||
# Exclude unsupported combination
|
# Exclude unsupported combination
|
||||||
# https://laravel.com/docs/8.x/releases#support-policy
|
# https://laravel.com/docs/8.x/releases#support-policy
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
"illuminate/support": "^6.0 || ^8.0",
|
"illuminate/support": "^6.0 || ^8.0",
|
||||||
"illuminate/view": "^6.0 || ^8.0",
|
"illuminate/view": "^6.0 || ^8.0",
|
||||||
"vimeo/psalm": "^4.8.1",
|
"vimeo/psalm": "^4.8.1",
|
||||||
"orchestra/testbench": "^3.8 || ^4.0 || ^5.0 || ^6.0",
|
"orchestra/testbench": "^3.8 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
|
||||||
"barryvdh/laravel-ide-helper": ">=2.8.0 <2.9.2"
|
"barryvdh/laravel-ide-helper": ">=2.8.0 <2.9.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
Loading…
Reference in New Issue
Block a user