We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b2404 commit e0f1504Copy full SHA for e0f1504
.github/workflows/testing.yml
@@ -33,6 +33,7 @@ jobs:
33
- release/2.7.1
34
- release/2.7.2
35
- release/2.8.1
36
+ - release/2.10.0
37
- live/1.10
38
- live/2.6
39
- live/2.7
@@ -71,7 +72,7 @@ jobs:
71
72
printf '%s=%s\n' T_VERSION "${T_VERSION}" >> "${GITHUB_ENV}"
73
74
- name: Install tarantool ${{ matrix.tarantool }}
- uses: tarantool/setup-tarantool@b82932abca5bab03fd77b7b9f5de7ed17f1fd204
75
+ uses: tarantool/setup-tarantool@305c8d89e7228c69ef55636dd5b5e0ff5fc8b72d
76
with:
77
tarantool-version: '${{ env.T_VERSION }}'
78
nightly-build: ${{ startsWith(matrix.tarantool, 'live/') }}
0 commit comments