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

Commit 7841b14

Browse files
committed
Added PHP 7.3 support
Updated Travis CI configuration to run all tests on PHP 7.3 with lowest/locked/latest dependencies
1 parent ce733a4 commit 7841b14

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ matrix:
3434
- php: 7.2
3535
env:
3636
- DEPS=latest
37+
- php: 7.3
38+
env:
39+
- DEPS=lowest
40+
- php: 7.3
41+
env:
42+
- DEPS=locked
43+
- php: 7.3
44+
env:
45+
- DEPS=latest
3746

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

0 commit comments

Comments
 (0)