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 379a0e5 commit a1e19a1Copy full SHA for a1e19a1
.github/workflows/check.yaml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@master
16
17
- name: Setup Tarantool
18
- uses: tarantool/setup-tarantool@v3
+ uses: tarantool/setup-tarantool@v2
19
with:
20
tarantool-version: '3.4'
21
.github/workflows/testing.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Setup Tarantool ${{ matrix.tarantool }}
67
if: matrix.tarantool != 'master'
68
69
70
tarantool-version: ${{ matrix.tarantool }}
71
0 commit comments