2828 matrix :
2929 tarantool :
3030 - ' 2.11'
31+ - ' 3.3'
3132 - ' master'
3233 python :
33- - ' 3.8'
3434 - ' 3.9'
3535 - ' 3.10'
3636 - ' 3.11'
@@ -43,13 +43,13 @@ jobs:
4343 # "This page is taking too long to load." error. Thus we use
4444 # pairwise testing.
4545 include :
46- - tarantool : ' 2.11 '
46+ - tarantool : ' 3.3 '
4747 python : ' 3.11'
4848 msgpack-deps : ' msgpack==0.5.0'
49- - tarantool : ' 2.11 '
49+ - tarantool : ' 3.3 '
5050 python : ' 3.11'
5151 msgpack-deps : ' msgpack==0.6.2'
52- - tarantool : ' 2.11 '
52+ - tarantool : ' 3.3 '
5353 python : ' 3.11'
5454 msgpack-deps : ' msgpack==1.0.4'
5555
5959
6060 - name : Setup tt
6161 run : |
62- curl -L https://tarantool.io/release/2 /installer.sh | sudo bash
62+ curl -L https://tarantool.io/release/3 /installer.sh | sudo bash
6363 sudo apt install -y tt
6464 tt version
6565 tt init
@@ -190,7 +190,7 @@ jobs:
190190 # See more here: https://github.com/tarantool/tt/issues/282
191191 run : |
192192 source tarantool-enterprise/env.sh
193- curl -L https://tarantool.io/release/2 /installer.sh | bash
193+ curl -L https://tarantool.io/release/3 /installer.sh | bash
194194 sudo apt install -y tt
195195 pip3 install cmake==3.15.3
196196 tt rocks install crud TARANTOOL_DIR=$PWD/tarantool-enterprise
@@ -220,6 +220,7 @@ jobs:
220220 matrix :
221221 tarantool :
222222 - ' 2.11'
223+ - ' 3.3'
223224 python :
224225 - ' 3.11'
225226 steps :
@@ -252,7 +253,7 @@ jobs:
252253
253254 - name : Install the crud module for testing purposes
254255 run : |
255- curl -L https://tarantool.io/release/2 /installer.sh | bash
256+ curl -L https://tarantool.io/release/3 /installer.sh | bash
256257 sudo apt install -y tt
257258 pip3 install cmake==3.15.3
258259 tt rocks install crud
@@ -304,7 +305,7 @@ jobs:
304305 - name : Install tarantool ${{ matrix.tarantool }} for WSL (2.10 and newer)
305306 shell : wsl-bash_Ubuntu-22.04 {0}
306307 run : |
307- curl -L https://tarantool.io/release/2 /installer.sh | bash -s
308+ curl -L https://tarantool.io/release/3 /installer.sh | bash -s
308309 sudo apt install -y tarantool=${{ matrix.tarantool }} tarantool-dev=${{ matrix.tarantool }}
309310
310311 - name : Setup test tarantool instance
@@ -375,7 +376,7 @@ jobs:
375376 - name : Install tarantool ${{ matrix.tarantool }} for WSL
376377 shell : wsl-bash_Ubuntu-22.04 {0}
377378 run : |
378- curl -L https://tarantool.io/release/2 /installer.sh | bash -s
379+ curl -L https://tarantool.io/release/3 /installer.sh | bash -s
379380 sudo apt install -y tarantool=${{ matrix.tarantool }} tarantool-dev=${{ matrix.tarantool }}
380381
381382 - name : Setup test tarantool instance
0 commit comments