25
25
metrics-version : " 0.1.8"
26
26
- tarantool-version : " 2.8"
27
27
metrics-version : " 0.10.0"
28
- - tarantool-version : " 2.8 "
28
+ - tarantool-version : " 2.10 "
29
29
coveralls : true
30
30
metrics-version : " 0.12.0"
31
31
fail-fast : false
79
79
github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository
80
80
strategy :
81
81
matrix :
82
- tarantool-version : ["1.10", "2.8 "]
82
+ tarantool-version : ["1.10", "2.10 "]
83
83
metrics-version : ["0.12.0"]
84
84
fail-fast : false
85
85
runs-on : ubuntu-20.04
@@ -112,7 +112,9 @@ jobs:
112
112
if : github.event_name == 'push'
113
113
strategy :
114
114
matrix :
115
- bundle_version : [ "1.10.11-0-gf0b0e7ecf-r422", "2.7.3-0-gdddf926c3-r422" ]
115
+ tarantool-version :
116
+ - " 1.10.13-48-ga3a42eec7-r508"
117
+ - " 2.10.2-0-gf4228cb7d-r508-linux-x86_64"
116
118
metrics-version : ["", "0.12.0"]
117
119
fail-fast : false
118
120
runs-on : ubuntu-20.04
@@ -121,9 +123,9 @@ jobs:
121
123
122
124
- name : Install requirements for enterprise
123
125
run : |
124
- curl -O -L https://tarantool:${{ secrets.DOWNLOAD_TOKEN }}@download.tarantool.io/enterprise/tarantool-enterprise-bundle-${{ matrix.bundle_version }}.tar.gz
125
- tar -xzf tarantool-enterprise-bundle-${{ matrix.bundle_version }}.tar.gz
126
- rm -f tarantool-enterprise-bundle-${{ matrix.bundle_version }}.tar.gz
126
+ curl -O -L https://tarantool:${{ secrets.DOWNLOAD_TOKEN }}@download.tarantool.io/enterprise/tarantool-enterprise-bundle-${{ matrix.tarantool-version }}.tar.gz
127
+ tar -xzf tarantool-enterprise-bundle-${{ matrix.tarantool-version }}.tar.gz
128
+ rm -f tarantool-enterprise-bundle-${{ matrix.tarantool-version }}.tar.gz
127
129
sudo cp tarantool-enterprise/tarantool /usr/bin/tarantool
128
130
source tarantool-enterprise/env.sh
129
131
tarantool --version
0 commit comments