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 44917a0 commit 379a0e5Copy full SHA for 379a0e5
.github/workflows/check.yaml
@@ -15,9 +15,9 @@ jobs:
15
- uses: actions/checkout@master
16
17
- name: Setup Tarantool
18
- uses: tarantool/setup-tarantool@v2
+ uses: tarantool/setup-tarantool@v3
19
with:
20
- tarantool-version: '2.8'
+ tarantool-version: '3.4'
21
22
- name: Setup tt
23
run: |
.github/workflows/testing.yml
@@ -33,8 +33,8 @@ jobs:
33
- 'stable'
34
tarantool:
35
- '1.10'
36
- - '2.8'
37
- - '2.10'
+ - '2.11'
+ - '3.4'
38
- 'master'
39
coveralls: [false]
40
fuzzing: [false]
@@ -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