Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9e9395f

Browse files
committedApr 9, 2025·
wsl: update tarantool 3.x version
1 parent 2f9fa4a commit 9e9395f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

Diff for: ‎.github/workflows/testing.yml

+3-4
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)
Please sign in to comment.