Skip to content

Commit

Permalink
Merge pull request #6577 from Majkl578/dev/require-7.2
Browse files Browse the repository at this point in the history
Require PHP 7.2, drop <7.2 in Composer & on Travis
  • Loading branch information
Ocramius committed Nov 30, 2017
2 parents 67d800a + d686308 commit 9f5fd37
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build:
environment:
php:
version: 7.1
version: 7.2

before_commands:
- "composer install --no-dev --prefer-source"
Expand Down
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sudo: false
language: php

php:
- 7.1
- 7.2
- nightly

Expand All @@ -30,13 +29,6 @@ jobs:
addons:
mariadb: 10.1

- stage: Test
env: DB=mysql MYSQL_VERSION=5.7
php: 7.1
before_script:
- ./tests/travis/install-mysql-$MYSQL_VERSION.sh
sudo: required

- stage: Test
env: DB=mysql MYSQL_VERSION=5.7
php: 7.2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"minimum-stability": "dev",
"require": {
"php": "^7.1",
"php": "^7.2",
"ext-pdo": "*",
"doctrine/collections": "^1.4",
"doctrine/dbal": "dev-develop as 3.x-dev",
Expand Down

0 comments on commit 9f5fd37

Please sign in to comment.