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

Commit 9c7e5c0

Browse files
committed
Added PHP 7.3 support - updated Travis CI configuration
1 parent 27eb148 commit 9c7e5c0

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:
@@ -55,6 +53,15 @@ matrix:
5553
- php: 7.2
5654
env:
5755
- DEPS=latest
56+
- php: 7.3
57+
env:
58+
- DEPS=lowest
59+
- php: 7.3
60+
env:
61+
- DEPS=locked
62+
- php: 7.3
63+
env:
64+
- DEPS=latest
5865

5966
before_install:
6067
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || true ; fi

0 commit comments

Comments
 (0)