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 b144cf0 commit 0d0f7c6Copy full SHA for 0d0f7c6
.github/workflows/fast_testing.yml
@@ -18,15 +18,15 @@ jobs:
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
+ uses: actions/checkout@v3
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