Skip to content

Commit 7db57bc

Browse files
committed
Update Tarantool versions in test matrix
Tarantool 2.8.2 [1] is available, let's include it to test matrix. Tarantool 2.4-6 has reached EOL, so these version has been removed from test matrix. 1. https://github.com/tarantool/tarantool/releases/tag/2.8.2
1 parent abe9121 commit 7db57bc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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.4", "2.5", "2.6", "2.7"]
14+
tarantool-version: ["1.10", "2.2", "2.3", "2.7", "2.8"]
1515
remove-merger: [false]
1616
include:
1717
- tarantool-version: "2.7"

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ 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.
1215
* Names of errors generated by CRUD operations have been unified.
1316

1417
### Added

0 commit comments

Comments
 (0)