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 ed6a5c7 commit fcedb37Copy full SHA for fcedb37
.github/workflows/fast_testing.yml
@@ -17,16 +17,15 @@ jobs:
17
fail-fast: false
18
matrix:
19
tarantool:
20
- - '1.10'
21
- - '2.8'
22
- - '2.10'
+ - '2.11'
+ - '3.4'
23
24
steps:
25
- name: Clone the module
26
uses: actions/checkout@v2
27
28
- name: Setup tarantool ${{ matrix.tarantool }}
29
- uses: tarantool/setup-tarantool@v1
+ uses: tarantool/setup-tarantool@v3
30
with:
31
tarantool-version: ${{ matrix.tarantool }}
32
0 commit comments