File tree 1 file changed +3
-4
lines changed
1 file changed +3
-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-0-g91caac353f6 '
281
+ - ' 3.3.1-1 '
282
282
python :
283
283
- ' 3.11'
284
284
@@ -306,8 +306,7 @@ jobs:
306
306
shell : wsl-bash_Ubuntu-22.04 {0}
307
307
run : |
308
308
curl -L https://tarantool.io/release/3/installer.sh | bash -s
309
- sudo apt install -y tarantool tarantool-dev
310
- tarantool --version
309
+ sudo apt install -y tarantool=${{ matrix.tarantool }} tarantool-dev=${{ matrix.tarantool }}
311
310
312
311
- name : Setup test tarantool instance
313
312
shell : wsl-bash_Ubuntu-22.04 {0}
@@ -348,7 +347,7 @@ jobs:
348
347
matrix :
349
348
# Use reduced test matrix cause Windows pipelines are long.
350
349
tarantool :
351
- - ' 3.3.1-0-g91caac353f6 '
350
+ - ' 3.3.1-1 '
352
351
python :
353
352
- ' 3.11'
354
353
steps :
You can’t perform that action at this time.
0 commit comments