Skip to content

Commit

Permalink
Merge pull request #1844 from caciobanu/patch-1
Browse files Browse the repository at this point in the history
[2.0] Require php : ^7.2
  • Loading branch information
malarzm committed Aug 6, 2018
2 parents 875283a + 62fc5ec commit 215e5e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ language: php

# Note: latest PHP version is tested with coverage; lowest is tested with --prefer-lowest
php:
- 7.1
- 7.2

env:
Expand All @@ -24,7 +23,7 @@ jobs:
include:
# Test against lowest dependencies, including driver and server versions
- stage: Test
php: 7.1
php: 7.2
env: SERVER_VERSION="3.2" KEY_ID="EA312927" DRIVER_VERSION="1.3.0"
install:
- composer update --prefer-lowest
Expand All @@ -43,13 +42,13 @@ jobs:
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

- stage: Code Quality
php: 7.1
php: 7.2
env: STATIC_ANALYSIS SERVER_VERSION="3.6" KEY_ID="2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5"
script:
- vendor/bin/phpstan analyse -l 1 lib

- stage: Code Quality
php: 7.1
php: 7.2
env: CODING_STANDARDS SERVER_VERSION="3.6" KEY_ID="2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5"
script:
- vendor/bin/phpcs
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 @@
{ "name": "Andreas Braun", "email": "alcaeus@alcaeus.org" }
],
"require": {
"php": "^7.1",
"php": "^7.2",
"symfony/console": "^3.4|^4.1",
"doctrine/annotations": "^1.6",
"doctrine/collections": "^1.5",
Expand Down

0 comments on commit 215e5e6

Please sign in to comment.