Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Add PHP 7.4 to travis build (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Dec 6, 2019
2 parents 5fdea6d + 19e1dc1 commit 7822072
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 7.2
- 7.3
- 7.4

sudo: false

Expand All @@ -29,22 +30,22 @@ 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.*
allow_failures:
- php: 7.3
- php: 7.4
env: TARGET=checkdeps

before_install:
Expand Down

0 comments on commit 7822072

Please sign in to comment.