File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ jobs:
278278 matrix :
279279 # Use reduced test matrix cause Windows pipelines are long.
280280 tarantool :
281- - ' 3.3.1-0-g91caac353f6 '
281+ - ' 3.3.1-1 '
282282 python :
283283 - ' 3.11'
284284
@@ -306,8 +306,7 @@ jobs:
306306 shell : wsl-bash_Ubuntu-22.04 {0}
307307 run : |
308308 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 }}
311310
312311 - name : Setup test tarantool instance
313312 shell : wsl-bash_Ubuntu-22.04 {0}
@@ -348,7 +347,7 @@ jobs:
348347 matrix :
349348 # Use reduced test matrix cause Windows pipelines are long.
350349 tarantool :
351- - ' 3.3.1-0-g91caac353f6 '
350+ - ' 3.3.1-1 '
352351 python :
353352 - ' 3.11'
354353 steps :
You can’t perform that action at this time.
0 commit comments