refactor #121 Require PHP ^7.2 (pamil)
This PR was merged into the 2.1-dev branch.
Discussion
----------
v2.2.0 will not support PHP 7.1 anymore.
Commits
-------
197b10dac2 Require PHP ^7.2
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user