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

Commit 01bdc77

Browse files
committed
Added PHP 7.3 support - updated Travis CI configuration
1 parent 6545ec1 commit 01bdc77

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.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:
@@ -33,6 +31,15 @@ matrix:
3331
- php: 7.2
3432
env:
3533
- DEPS=latest
34+
- php: 7.3
35+
env:
36+
- DEPS=lowest
37+
- php: 7.3
38+
env:
39+
- DEPS=locked
40+
- php: 7.3
41+
env:
42+
- DEPS=latest
3643

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

0 commit comments

Comments
 (0)