Skip to content

Commit 85dc80d

Browse files
committed
ci: add the 3.3.1 tarantool verison
Added to the test matrix Tarantool 3.3.1 version with the lowest supported version with wich role is working.
1 parent b37efbe commit 85dc80d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/testing.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
tarantool:
2121
- 'debug-master'
2222
include:
23-
- tarantool: '3.1'
23+
# We test role for min supported tarantool version and the latest one.
24+
- tarantool: '3.0.2'
25+
- tarantool: '3.3.1'
2426
env:
2527
TNT_DEBUG_PATH: /home/runner/tnt-debug
2628

@@ -83,7 +85,7 @@ jobs:
8385
- name: Install Tarantool
8486
uses: ./.github/actions/install-tarantool
8587
with:
86-
tarantool: '3.1'
88+
tarantool: '3.3'
8789

8890
- name: Cache rocks
8991
uses: actions/cache@v3

0 commit comments

Comments
 (0)