@@ -13,27 +13,27 @@ jobs:
13
13
matrix :
14
14
# We need 1.10.6 here to check that module works with
15
15
# old Tarantool versions that don't have "tuple-keydef"/"tuple-merger" support.
16
- tarantool-version : ["1.10.6", "1.10", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "2.8", "2.10"]
16
+ tarantool-version : ["1.10.6", "1.10", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "2.8", "2.10", "2.11" ]
17
17
metrics-version : [""]
18
- cartridge-version : ["2.7.8 "]
18
+ cartridge-version : ["2.8.0 "]
19
19
remove-merger : [false]
20
20
include :
21
21
- tarantool-version : " 1.10"
22
- metrics-version : " 0.16 .0"
23
- cartridge-version : " 2.7.8 "
22
+ metrics-version : " 1.0 .0"
23
+ cartridge-version : " 2.8.0 "
24
24
- tarantool-version : " 2.7"
25
25
remove-merger : true
26
- cartridge-version : " 2.7.8 "
27
- - tarantool-version : " 2.10 "
26
+ cartridge-version : " 2.8.0 "
27
+ - tarantool-version : " 2.11 "
28
28
metrics-version : " 0.1.8"
29
- cartridge-version : " 2.7.8 "
30
- - tarantool-version : " 2.10 "
29
+ cartridge-version : " 2.8.0 "
30
+ - tarantool-version : " 2.11 "
31
31
metrics-version : " 0.10.0"
32
- cartridge-version : " 2.7.8 "
33
- - tarantool-version : " 2.10 "
32
+ cartridge-version : " 2.8.0 "
33
+ - tarantool-version : " 2.11 "
34
34
coveralls : true
35
- metrics-version : " 0.16 .0"
36
- cartridge-version : " 2.7.8 "
35
+ metrics-version : " 1.0 .0"
36
+ cartridge-version : " 2.8.0 "
37
37
fail-fast : false
38
38
# Can't install older versions on 22.04,
39
39
# see https://github.com/tarantool/setup-tarantool/issues/36
87
87
github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository
88
88
strategy :
89
89
matrix :
90
- tarantool-version : ["1.10", "2.10 "]
91
- metrics-version : ["0.12 .0"]
90
+ tarantool-version : ["1.10", "2.11 "]
91
+ metrics-version : ["1.0 .0"]
92
92
fail-fast : false
93
93
runs-on : ubuntu-20.04
94
94
steps :
@@ -122,10 +122,10 @@ jobs:
122
122
matrix :
123
123
tarantool-version :
124
124
- folder : " 1.10"
125
- bundle : " tarantool-enterprise-sdk-1.10.13-48-r523 "
126
- - folder : " 2.10 "
127
- bundle : " tarantool-enterprise-sdk-nogc64-2.10.4 -0-r523 .linux.x86_64"
128
- metrics-version : ["", "0.12 .0"]
125
+ bundle : " tarantool-enterprise-sdk-1.10.15-0-r563 "
126
+ - folder : " 2.11 "
127
+ bundle : " tarantool-enterprise-sdk-nogc64-2.11.0 -0-r563 .linux.x86_64"
128
+ metrics-version : ["", "1.0 .0"]
129
129
fail-fast : false
130
130
runs-on : ubuntu-20.04
131
131
steps :
0 commit comments