Skip to content

Commit 2d506f7

Browse files
committed
travis-ci: add tarantool-2.5 to testing
1 parent 5a52814 commit 2d506f7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
env: TARANTOOL_VERSION=2.3
3030
- php: 7.0
3131
env: TARANTOOL_VERSION=2.4
32+
- php: 7.0
33+
env: TARANTOOL_VERSION=2.5
3234

3335
# PHP 7.1
3436
# -------
@@ -44,6 +46,8 @@ jobs:
4446
env: TARANTOOL_VERSION=2.3
4547
- php: 7.1
4648
env: TARANTOOL_VERSION=2.4
49+
- php: 7.1
50+
env: TARANTOOL_VERSION=2.5
4751

4852
# PHP 7.2
4953
# -------
@@ -59,6 +63,8 @@ jobs:
5963
env: TARANTOOL_VERSION=2.3
6064
- php: 7.2
6165
env: TARANTOOL_VERSION=2.4
66+
- php: 7.2
67+
env: TARANTOOL_VERSION=2.5
6268

6369
# PHP 7.3
6470
# -------
@@ -74,6 +80,8 @@ jobs:
7480
env: TARANTOOL_VERSION=2.3
7581
- php: 7.3
7682
env: TARANTOOL_VERSION=2.4
83+
- php: 7.3
84+
env: TARANTOOL_VERSION=2.5
7785

7886
# PHP 7.4
7987
# -------
@@ -89,6 +97,8 @@ jobs:
8997
env: TARANTOOL_VERSION=2.3
9098
- php: 7.4
9199
env: TARANTOOL_VERSION=2.4
100+
- php: 7.4
101+
env: TARANTOOL_VERSION=2.5
92102

93103
# RPM packages
94104
# ------------

test.all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -exu # Strict shell (w/o -o pipefail)
44

55
php_version_list="7.0 7.1 7.2 7.3 7.4"
6-
tarantool_version_list="1.6 1.7 1.9 1.10 2.1 2.2 2.3 2.4"
6+
tarantool_version_list="1.6 1.7 1.9 1.10 2.1 2.2 2.3 2.4 2.5"
77

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

0 commit comments

Comments
 (0)