Skip to content

Commit ba6a307

Browse files
committed
ci: bump Tarantool versions
1 parent 893ae64 commit ba6a307

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/fast_testing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
matrix:
1919
tarantool:
2020
- '1.10'
21-
- '2.8'
22-
- '2.10'
21+
- '2.11'
22+
- '3.4'
2323

2424
steps:
2525
- name: Clone the module
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v3
2727

2828
- name: Setup tarantool ${{ matrix.tarantool }}
29-
uses: tarantool/setup-tarantool@v1
29+
uses: tarantool/setup-tarantool@v3
3030
with:
3131
tarantool-version: ${{ matrix.tarantool }}
3232

0 commit comments

Comments
 (0)