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

Commit 24efe34

Browse files
committed
Added PHP 7.3 support - updated Travis CI configuration
1 parent c145ca7 commit 24efe34

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@ matrix:
6262
- php: 7.2
6363
env:
6464
- DEPS=latest
65+
- php: 7.3
66+
env:
67+
- DEPS=lowest
68+
- php: 7.3
69+
env:
70+
- DEPS=locked
71+
- php: 7.3
72+
env:
73+
- DEPS=latest
6574

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

0 commit comments

Comments
 (0)