run php 8.1 with illuminate ^8.67

thanks to @tjmmm for this
This commit is contained in:
Niels Vanpachtenbeke 2022-01-20 00:00:01 +01:00
parent 8f01ebe7e4
commit 01fbf109fa
2 changed files with 6 additions and 3 deletions

View File

@ -13,10 +13,13 @@ jobs:
illuminate_version: [6.*, 8.*]
stability: [prefer-lowest, prefer-stable]
exclude:
- php: 8.1
stability: prefer-lowest
- php: 8.0
stability: prefer-lowest
- php: 8.1
include:
- php: 8.1
illuminate_version: ^8.67
stability: prefer-stable
# Exclude unsupported combination
# https://laravel.com/docs/8.x/releases#support-policy

View File

@ -23,7 +23,7 @@
"illuminate/support": "^6.0 || ^8.0",
"illuminate/view": "^6.0 || ^8.0",
"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"
},
"require-dev": {