Skip to content

Commit c8fb9e7

Browse files
committed
Revert "Update Tarantool versions in test matrix"
This reverts commit 5edf027. We will remove support of Tarantool version a bit later.
1 parent 9cea08c commit c8fb9e7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/test_on_push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository
1212
strategy:
1313
matrix:
14-
tarantool-version: ["1.10", "2.2", "2.3", "2.7", "2.8"]
14+
tarantool-version: ["1.10", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7"]
1515
remove-merger: [false]
1616
include:
1717
- tarantool-version: "2.7"

CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
### Changed
1111

12-
* Tarantool versions 2.{4,5,6} have reached EOL and removed from regression
13-
testing. It means that methods `crud.min()` and `crud.max` won't work for old
14-
versions (< 1.10.8) anymore.
1512
* Names of errors generated by CRUD operations have been unified.
1613

1714
### Added

0 commit comments

Comments
 (0)