Skip to content

Commit f603e0d

Browse files
LeonidVasTotktonada
authored andcommitted
travis-ci: enable tests for tarantool-2.2
Added support for the new _index format. The time is come to enable tests for tarantool-2.2.
1 parent 5c7928e commit f603e0d

File tree

2 files changed

+7
-18
lines changed

2 files changed

+7
-18
lines changed

.travis.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ dist: xenial
33

44
language: php
55

6-
# gh-151: disable tarantoo-2.2 due to lack of support the new
7-
# _index format.
8-
#
96
# Disable tarantool-1.6 and 1.7 on php 7.1-7.4, because
107
# php-7.[1-4]-cli docker images are based on Debian Buster, but we
118
# have no tarantool-1.[6-7] packages for this distribution.
@@ -23,8 +20,8 @@ jobs:
2320
env: TARANTOOL_VERSION=1.10
2421
- php: 7.0
2522
env: TARANTOOL_VERSION=2.1
26-
# - php: 7.0
27-
# env: TARANTOOL_VERSION=2.2
23+
- php: 7.0
24+
env: TARANTOOL_VERSION=2.2
2825
- php: 7.0
2926
env: TARANTOOL_VERSION=2.3
3027
- php: 7.0
@@ -40,8 +37,8 @@ jobs:
4037
env: TARANTOOL_VERSION=1.10
4138
- php: 7.1
4239
env: TARANTOOL_VERSION=2.1
43-
# - php: 7.1
44-
# env: TARANTOOL_VERSION=2.2
40+
- php: 7.1
41+
env: TARANTOOL_VERSION=2.2
4542
- php: 7.1
4643
env: TARANTOOL_VERSION=2.3
4744
- php: 7.1
@@ -58,7 +55,7 @@ jobs:
5855
- php: 7.2
5956
env: TARANTOOL_VERSION=2.1
6057
# - php: 7.2
61-
# env: TARANTOOL_VERSION=2.2
58+
env: TARANTOOL_VERSION=2.2
6259
- php: 7.2
6360
env: TARANTOOL_VERSION=2.3
6461
- php: 7.2
@@ -75,7 +72,7 @@ jobs:
7572
- php: 7.3
7673
env: TARANTOOL_VERSION=2.1
7774
# - php: 7.3
78-
# env: TARANTOOL_VERSION=2.2
75+
env: TARANTOOL_VERSION=2.2
7976
- php: 7.3
8077
env: TARANTOOL_VERSION=2.3
8178
- php: 7.3
@@ -92,7 +89,7 @@ jobs:
9289
- php: 7.4
9390
env: TARANTOOL_VERSION=2.1
9491
# - php: 7.4
95-
# env: TARANTOOL_VERSION=2.2
92+
env: TARANTOOL_VERSION=2.2
9693
- php: 7.4
9794
env: TARANTOOL_VERSION=2.3
9895
- php: 7.4

test.all.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,18 @@ set -exu # Strict shell (w/o -o pipefail)
55
php_version_list="7.0 7.1 7.2 7.3 7.4"
66
tarantool_version_list="1.6 1.7 1.9 1.10 2.1 2.2 2.3 2.4 2.5"
77

8-
# gh-151: disable tarantool-2.2 due to lack of support the new
9-
# _index format.
10-
#
118
# Disable tarantool-1.6 and 1.7 on php 7.1-7.4, because
129
# php-7.[1-4]-cli docker images are based on Debian Buster, but we
1310
# have no tarantool-1.[6-7] packages for this distribution.
1411
exceptions="
15-
php-7.0-tarantool-2.2
1612
php-7.1-tarantool-1.6
1713
php-7.1-tarantool-1.7
18-
php-7.1-tarantool-2.2
1914
php-7.2-tarantool-1.6
2015
php-7.2-tarantool-1.7
21-
php-7.2-tarantool-2.2
2216
php-7.3-tarantool-1.6
2317
php-7.3-tarantool-1.7
24-
php-7.3-tarantool-2.2
2518
php-7.4-tarantool-1.6
2619
php-7.4-tarantool-1.7
27-
php-7.4-tarantool-2.2
2820
"
2921

3022
for php_version in $php_version_list; do

0 commit comments

Comments
 (0)