Skip to content

Commit 96d9c29

Browse files
ci: drop testing on older versions
Versions in question are not supported for at least two years from now [1]. 1. https://www.tarantool.io/en/doc/latest/release/calendar/ Part of #365
1 parent 588c215 commit 96d9c29

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/test_on_push.yaml

+1-8
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ jobs:
1111
github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository
1212
strategy:
1313
matrix:
14-
# We need 1.10.6 here to check that module works with
15-
# old Tarantool versions that don't have "tuple-keydef"/"tuple-merger" support.
1614
# We test old metrics with Tarantool 2.10 because since Tarantool 2.11.1
1715
# it uses its own metrics package.
1816
# We test old metrics with Cartridge 2.7.9 because since 2.8.0 it
1917
# requires metrics 1.0.0.
20-
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"]
18+
tarantool-version: ["1.10", "2.8", "2.10", "2.11"]
2119
metrics-version: [""]
2220
cartridge-version: ["2.8.0"]
2321
remove-merger: [false]
@@ -85,11 +83,6 @@ jobs:
8583
if: matrix.tarantool-version == 'master'
8684
run: echo "${GITHUB_WORKSPACE}/bin" >> $GITHUB_PATH
8785

88-
- name: Fix luarocks in Tarantool CE 1.10.6
89-
if: matrix.tarantool-version == '1.10.6'
90-
run: |
91-
sudo patch -p1 /usr/share/tarantool/luarocks/manif.lua luarocks.patch
92-
9386
- name: Install requirements for community
9487
run: |
9588
tarantool --version

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## Unreleased
9+
10+
### Changed
11+
* Drop testing on Tarantool 1.10.6 and Tarantool 2.x older than 2.8 (#365).
12+
813
## [1.4.0] - 16-10-23
914

1015
### Added

0 commit comments

Comments
 (0)