Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Commit

Permalink
Travis: Test against PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Dec 6, 2018
1 parent 569106d commit c204ddb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Expand Up @@ -2,6 +2,7 @@ language: php

php:
- 7.2
- 7.3
- nightly

sudo: false
Expand Down Expand Up @@ -30,26 +31,26 @@ matrix:
fast_finish: true
include:
- stage: lint
php: 7.2
php: 7.3
env: TARGET=lint
- stage: lint
php: 7.2
php: 7.3
env: TARGET=phpstan
- stage: dependencies
php: 7.2
php: 7.3
env: TARGET=checkdeps
- stage: test
php: 7.2
env: COMPOSER_FLAGS="--prefer-lowest"
- stage: test
php: 7.2
php: 7.3
env: SYMFONY_VERSION=3.4.*
- stage: test
php: 7.2
php: 7.3
env: SYMFONY_VERSION=4.0.*
allow_failures:
- php: nightly
- php: 7.2
- php: 7.3
env: TARGET=checkdeps

before_install:
Expand Down

0 comments on commit c204ddb

Please sign in to comment.