diff options
author | Andrey Andreev <narf@devilix.net> | 2019-01-04 13:54:53 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2019-01-04 13:56:01 +0100 |
commit | c21c0359e1b4d96b1186ca2db78a01c7f38e904d (patch) | |
tree | a34e1c1784ba48ff1f71ee5f94a9ff67ca044fb3 /.travis.yml | |
parent | cace85f3cc4b5f0f07ca974d26d1925247f13c43 (diff) |
Merge pull request #5661 from sapics/travis-add-php7.3
Add PHP 7.3 tests on Travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 88c774283..2cb2c1fac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ php: - 7.0 - 7.1 - 7.2 + - 7.3 - master - hhvm @@ -46,6 +47,8 @@ matrix: env: DB=mysql - php: 7.2 env: DB=mysql + - php: 7.3 + env: DB=mysql - php: master env: DB=mysql |