summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2019-01-04 13:54:53 +0100
committerGitHub <noreply@github.com>2019-01-04 13:54:53 +0100
commit2543fd50ff6106a4654c87dcca4cfe43699a0cf7 (patch)
tree7a6c3bd193e63284df46797cec4caae159344d40
parentaaa4daae0548bce2efde484f60c801539b2ab9a6 (diff)
parenta549de169a98bb0a91d2161de3c10823b33946a2 (diff)
Merge pull request #5661 from sapics/travis-add-php7.3
Add PHP 7.3 tests on Travis
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f84b6f331..963d2cd2f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ php:
- 7.0
- 7.1
- 7.2
+ - 7.3
- master
- hhvm
@@ -45,6 +46,8 @@ matrix:
env: DB=mysql
- php: 7.2
env: DB=mysql
+ - php: 7.3
+ env: DB=mysql
- php: master
env: DB=mysql