Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Bumped php version
Browse files Browse the repository at this point in the history
  • Loading branch information
DonCallisto committed Nov 24, 2019
1 parent 80f7849 commit a6c9dff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,22 @@ cache:
- $HOME/.composer/cache/files

php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm
- 7.3
- 7.4snapshot

matrix:
include:
- php: 5.3
dist: precise
- php: 7.2
env: SYMFONY_VERSION='^2'
- php: 7.2
env: SYMFONY_VERSION='^3'
# Test against dev dependencies
- php: 7.2
env: DEPS=dev
allow_failures:
- php: 7.4snapshot

before_install:
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/lts=$SYMFONY_VERSION; fi;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],

"require": {
"php": ">=5.3.2",
"php": ">=7.1",
"behat/behat": "^3.0.5",
"behat/mink": "^1.5",
"symfony/config": "^2.7|^3.0|^4.0"
Expand Down

0 comments on commit a6c9dff

Please sign in to comment.