Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 14dbacd

Browse files
michalbundyraweierophinney
authored andcommitted
Added PHP 7.3 support - updated Travis CI configuration
1 parent b06a841 commit 14dbacd

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
sudo: false
2-
31
language: php
42

53
cache:
@@ -52,6 +50,15 @@ matrix:
5250
- php: 7.2
5351
env:
5452
- DEPS=latest
53+
- php: 7.3
54+
env:
55+
- DEPS=lowest
56+
- php: 7.3
57+
env:
58+
- DEPS=locked
59+
- php: 7.3
60+
env:
61+
- DEPS=latest
5562

5663
before_install:
5764
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi

0 commit comments

Comments
 (0)