Skip to content

Commit e0f1504

Browse files
committed
WIP: ci: add tarantool 2.10.0
1 parent 20b2404 commit e0f1504

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- release/2.7.1
3434
- release/2.7.2
3535
- release/2.8.1
36+
- release/2.10.0
3637
- live/1.10
3738
- live/2.6
3839
- live/2.7
@@ -71,7 +72,7 @@ jobs:
7172
printf '%s=%s\n' T_VERSION "${T_VERSION}" >> "${GITHUB_ENV}"
7273
7374
- name: Install tarantool ${{ matrix.tarantool }}
74-
uses: tarantool/setup-tarantool@b82932abca5bab03fd77b7b9f5de7ed17f1fd204
75+
uses: tarantool/setup-tarantool@305c8d89e7228c69ef55636dd5b5e0ff5fc8b72d
7576
with:
7677
tarantool-version: '${{ env.T_VERSION }}'
7778
nightly-build: ${{ startsWith(matrix.tarantool, 'live/') }}

0 commit comments

Comments
 (0)