mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-30 04:39:01 +01:00
change: require php 7.2
This commit is contained in:
parent
2d6da657ed
commit
1a9f98b8f8
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -11,14 +11,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
php: [7.1, 7.3]
|
||||
php: [7.2, 7.3]
|
||||
illuminate_version: [5.8.*, 6.*, 7.*]
|
||||
composer_flags: ['', '--prefer-lowest']
|
||||
exclude:
|
||||
- php: 7.1
|
||||
illuminate_version: 6.*
|
||||
- php: 7.1
|
||||
illuminate_version: 7.*
|
||||
|
||||
name: PHP ${{ matrix.php }} | Illuminate ${{ matrix.illuminate_version }} | Composer Flags ${{ matrix.composer_flags }}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
"description": "A Laravel plugin for Psalm",
|
||||
"type": "psalm-plugin",
|
||||
"require": {
|
||||
"php": "^7.1.3|^8",
|
||||
"php": "^7.2|^8",
|
||||
"ext-simplexml": "*",
|
||||
"barryvdh/laravel-ide-helper": "^2.7",
|
||||
"illuminate/container": "5.8.* || ^6.0 || ^7.0",
|
||||
|
Loading…
Reference in New Issue
Block a user