Skip to content

Commit

Permalink
Test for php 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cmodijk committed Dec 12, 2018
1 parent 52021a9 commit e76e0a4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Expand Up @@ -14,19 +14,20 @@ matrix:
include:
- php: 7.1
- php: 7.2
- php: 7.2
- php: 7.3
- php: 7.3
env: COMPOSER_FLAGS="--prefer-lowest"

# Test Symfony versions
- php: 7.2
env: SYMFONY_VERSION=2.8.*
- php: 7.2
- php: 7.3
env: SYMFONY_VERSION=3.4.*
- php: 7.2
- php: 7.3
env: SYMFONY_VERSION=4.0.*
- php: 7.2
- php: 7.3
env: SYMFONY_VERSION=4.1.*
- php: 7.2
- php: 7.3
env: SYMFONY_VERSION=4.2.*
allow_failures:
- env: COMPOSER_FLAGS="--prefer-lowest"
Expand Down

0 comments on commit e76e0a4

Please sign in to comment.