Skip to content

Commit e4beaf2

Browse files
ci: bump module and SDK versions
1 parent 5ce54e1 commit e4beaf2

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

.github/workflows/reusable_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: ./deps.sh
3636

3737
- name: Install metrics
38-
run: tarantoolctl rocks install metrics 0.12.0
38+
run: tarantoolctl rocks install metrics 1.0.0
3939

4040
# This server starts and listen on 8084 port that is used for tests
4141
- name: Stop Mono server

.github/workflows/test_on_push.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,27 @@ jobs:
1313
matrix:
1414
# We need 1.10.6 here to check that module works with
1515
# 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"]
1717
metrics-version: [""]
18-
cartridge-version: ["2.7.8"]
18+
cartridge-version: ["2.8.0"]
1919
remove-merger: [false]
2020
include:
2121
- 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"
2424
- tarantool-version: "2.7"
2525
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"
2828
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"
3131
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"
3434
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"
3737
fail-fast: false
3838
# Can't install older versions on 22.04,
3939
# see https://github.com/tarantool/setup-tarantool/issues/36
@@ -87,8 +87,8 @@ jobs:
8787
github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository
8888
strategy:
8989
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"]
9292
fail-fast: false
9393
runs-on: ubuntu-20.04
9494
steps:
@@ -122,10 +122,10 @@ jobs:
122122
matrix:
123123
tarantool-version:
124124
- 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"]
129129
fail-fast: false
130130
runs-on: ubuntu-20.04
131131
steps:

deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tarantoolctl rocks install "${LUACOV_COVERALLS_ROCKSPEC_FILE}"
2626
rm "${LUACOV_COVERALLS_ROCKSPEC_FILE}"
2727
rmdir "${TMPDIR}"
2828

29-
CARTRIDGE_VERSION="${CARTRIDGE_VERSION:-2.7.8}"
29+
CARTRIDGE_VERSION="${CARTRIDGE_VERSION:-2.8.0}"
3030

3131
tarantoolctl rocks install cartridge "$CARTRIDGE_VERSION"
3232
tarantoolctl rocks install ddl 1.6.2

0 commit comments

Comments
 (0)