Skip to content

Commit 9a5427e

Browse files
committed
Update test matrix to return 2.5 and 2.6 versions
Commits "Remove support of Tarantool wo tuple-keydef support" (56247f2) and "Update Tarantool versions in test matrix" (5edf027) removed support of Tarantool versions that reached EOL. However we decided to return support of versions 2.5 and 2.6 because some of Tarantool users still uses these versions.
1 parent f0445ea commit 9a5427e

File tree

1 file changed

+1
-1
lines changed

1 file changed

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

0 commit comments

Comments
 (0)