Skip to content

Commit

Permalink
Bump Symfony 5.0 to PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed May 28, 2019
1 parent 65981cc commit 5d392c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -17,14 +17,14 @@ addons:

env:
global:
- MIN_PHP=7.1.3
- MIN_PHP=7.2.9
- SYMFONY_PROCESS_PHP_TEST_BINARY=~/.phpenv/shims/php
- MESSENGER_AMQP_DSN=amqp://localhost/%2f/messages
- MESSENGER_REDIS_DSN=redis://127.0.0.1:7001/messages

matrix:
include:
- php: 7.1
- php: 7.2
- php: 7.2
env: deps=high
- php: 7.3
Expand All @@ -46,6 +46,7 @@ services:
- docker

before_install:
- ls ~/.phpenv/versions/
- |
# Enable Sury ppa
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B05F25D762E3157
Expand Down

0 comments on commit 5d392c5

Please sign in to comment.