Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Build on PHP7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Jan 23, 2019
1 parent 857b2ed commit 5a2347a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 7.1
- 7.2
- 7.3
- nightly

sudo: false
Expand All @@ -12,9 +13,9 @@ matrix:
include:
- php: 7.1
env: COMPOSER_FLAGS="--prefer-lowest"
- php: 7.2
- php: 7.3
env: SYMFONY_VERSION=^3.4
- php: 7.2
- php: 7.3
env: SYMFONY_VERSION=^4.0
allow_failures:
- php: nightly
Expand Down

0 comments on commit 5a2347a

Please sign in to comment.