File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ jobs:
278
278
matrix :
279
279
# Use reduced test matrix cause Windows pipelines are long.
280
280
tarantool :
281
- - ' 3.3.1 -1'
281
+ - ' 2.11.0.g247a9a418 -1'
282
282
python :
283
283
- ' 3.11'
284
284
@@ -305,7 +305,7 @@ jobs:
305
305
- name : Install tarantool ${{ matrix.tarantool }} for WSL (2.10 and newer)
306
306
shell : wsl-bash_Ubuntu-22.04 {0}
307
307
run : |
308
- curl -L https://tarantool.io/release/3 /installer.sh | bash -s
308
+ curl -L https://tarantool.io/release/2 /installer.sh | bash -s
309
309
sudo apt install -y tarantool=${{ matrix.tarantool }} tarantool-dev=${{ matrix.tarantool }}
310
310
311
311
- name : Setup test tarantool instance
@@ -347,7 +347,7 @@ jobs:
347
347
matrix :
348
348
# Use reduced test matrix cause Windows pipelines are long.
349
349
tarantool :
350
- - ' 3.3.1 -1'
350
+ - ' 2.11.0.g247a9a418 -1'
351
351
python :
352
352
- ' 3.11'
353
353
steps :
@@ -376,7 +376,7 @@ jobs:
376
376
- name : Install tarantool ${{ matrix.tarantool }} for WSL
377
377
shell : wsl-bash_Ubuntu-22.04 {0}
378
378
run : |
379
- curl -L https://tarantool.io/release/3 /installer.sh | bash -s
379
+ curl -L https://tarantool.io/release/2 /installer.sh | bash -s
380
380
sudo apt install -y tarantool=${{ matrix.tarantool }} tarantool-dev=${{ matrix.tarantool }}
381
381
382
382
- name : Setup test tarantool instance
You can’t perform that action at this time.
0 commit comments