diff options
author | Andrey Andreev <narf@devilix.net> | 2019-01-04 13:54:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-04 13:54:53 +0100 |
commit | 2543fd50ff6106a4654c87dcca4cfe43699a0cf7 (patch) | |
tree | 7a6c3bd193e63284df46797cec4caae159344d40 | |
parent | aaa4daae0548bce2efde484f60c801539b2ab9a6 (diff) | |
parent | a549de169a98bb0a91d2161de3c10823b33946a2 (diff) |
Merge pull request #5661 from sapics/travis-add-php7.3
Add PHP 7.3 tests on Travis
-rw-r--r-- | .travis.yml | 3 |
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 |