change: require php 7.2

This commit is contained in:
Feek 2020-06-10 00:46:18 -07:00
parent 2d6da657ed
commit 1a9f98b8f8
2 changed files with 2 additions and 7 deletions

View File

@ -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 }}

View File

@ -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",