Skip to content

Commit

Permalink
Add PHP 7.4 to travis build (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Dec 8, 2019
2 parents a2df1c9 + f08120a commit 0d1f80e
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 7.2
- 7.3
- 7.4

sudo: false

Expand All @@ -29,22 +30,28 @@ matrix:
fast_finish: true
include:
- stage: lint
php: 7.3
php: 7.4
env: TARGET=lint
- stage: lint
php: 7.3
php: 7.4
env: TARGET=phpstan
- stage: lint
php: 7.3
php: 7.4
env: TARGET=checkdeps
- stage: test
php: 7.2
env: COMPOSER_FLAGS="--prefer-lowest"
- stage: test
php: 7.3
php: 7.4
env: SYMFONY_VERSION=4.2.*
- stage: test
php: 7.4
env: SYMFONY_VERSION=4.3.*
- stage: test
php: 7.4
env: SYMFONY_VERSION=4.4.*
allow_failures:
- php: 7.3
- php: 7.4
env: TARGET=checkdeps

before_install:
Expand Down

0 comments on commit 0d1f80e

Please sign in to comment.