Skip to content

Commit

Permalink
Merge pull request #131 from alcaeus/bump-php
Browse files Browse the repository at this point in the history
Bump minimum PHP version to 7.2
  • Loading branch information
alcaeus committed Nov 5, 2019
2 parents 2110166 + 6e4d217 commit a93f671
Show file tree
Hide file tree
Showing 4 changed files with 534 additions and 367 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build:
analysis:
environment:
php:
version: 7.1
version: 7.2
cache:
disabled: false
directories:
Expand Down
4 changes: 0 additions & 4 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
- 7.3
- 7.4snapshot
Expand All @@ -24,9 +23,6 @@ script:
- ./vendor/bin/phpunit

jobs:
allow_failures:
- php: 7.4snapshot

include:
- stage: Test
env: DEPENDENCIES=low
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{"name": "Johannes Schmitt", "email": "schmittjoh@gmail.com"}
],
"require": {
"php": "^7.1"
"php": "^7.2"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
Expand Down
Loading

0 comments on commit a93f671

Please sign in to comment.