Skip to content

Commit fcedb37

Browse files
committed
ci: bump Tarantool versions
1 parent ed6a5c7 commit fcedb37

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/fast_testing.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,15 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
tarantool:
20-
- '1.10'
21-
- '2.8'
22-
- '2.10'
20+
- '2.11'
21+
- '3.4'
2322

2423
steps:
2524
- name: Clone the module
2625
uses: actions/checkout@v2
2726

2827
- name: Setup tarantool ${{ matrix.tarantool }}
29-
uses: tarantool/setup-tarantool@v1
28+
uses: tarantool/setup-tarantool@v3
3029
with:
3130
tarantool-version: ${{ matrix.tarantool }}
3231

0 commit comments

Comments
 (0)