Require PHP ^7.2

This commit is contained in:
Kamil Kokot
2020-04-04 20:02:16 +02:00
parent 2a1cfb40cf
commit 197b10dac2
2 changed files with 1 additions and 8 deletions

View File

@@ -1,7 +1,6 @@
language: php language: php
php: php:
- '7.1'
- '7.2' - '7.2'
- '7.3' - '7.3'
- '7.4' - '7.4'
@@ -10,12 +9,6 @@ env:
- SYMFONY_VERSION=4.4.* - SYMFONY_VERSION=4.4.*
- SYMFONY_VERSION=5.0.* - SYMFONY_VERSION=5.0.*
jobs:
exclude:
-
php: '7.1'
env: SYMFONY_VERSION=5.0.*
cache: cache:
directories: directories:
- ~/.composer/cache/files - ~/.composer/cache/files

View File

@@ -11,7 +11,7 @@
} }
], ],
"require": { "require": {
"php": "^7.1", "php": "^7.2",
"behat/behat": "^3.6.1", "behat/behat": "^3.6.1",
"symfony/dependency-injection": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0", "symfony/http-kernel": "^4.4|^5.0",