Skip to content

Commit f8f4aee

Browse files
committed
travis-ci: enable PHP 7.3 in testing
In previous commits we updated the connector to be compatible with the internal API of PHP 7.3 and updated tests to support phpunit-9. So now we ready to enable PHP 7.3 in CI.
1 parent 27d099a commit f8f4aee

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,21 @@ jobs:
6060
- php: 7.2
6161
env: TARANTOOL_VERSION=2.4
6262

63+
# PHP 7.3
64+
# -------
65+
- php: 7.3
66+
env: TARANTOOL_VERSION=1.9
67+
- php: 7.3
68+
env: TARANTOOL_VERSION=1.10
69+
- php: 7.3
70+
env: TARANTOOL_VERSION=2.1
71+
# - php: 7.3
72+
# env: TARANTOOL_VERSION=2.2
73+
- php: 7.3
74+
env: TARANTOOL_VERSION=2.3
75+
- php: 7.3
76+
env: TARANTOOL_VERSION=2.4
77+
6378
python:
6479
- 2.7
6580

test.all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -exu # Strict shell (w/o -o pipefail)
44

5-
php_version_list="7.0 7.1 7.2"
5+
php_version_list="7.0 7.1 7.2 7.3"
66
tarantool_version_list="1.6 1.7 1.9 1.10 2.1 2.2 2.3 2.4"
77

88
# gh-151: disable tarantool-2.2 due to lack of support the new

0 commit comments

Comments
 (0)