We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e531e96 commit cca15e2Copy full SHA for cca15e2
.github/workflows/tests.yml
@@ -63,7 +63,7 @@ jobs:
63
timeout-minutes: 25
64
strategy:
65
matrix:
66
- tarantool-version: [ "1.x-centos7", "2.11.8-ubuntu20.04", "3.0.1-old" ]
+ tarantool-version: [ "1.x-centos7", "2.11.8-ubuntu20.04", "3.5.0" ]
67
fail-fast: false
68
steps:
69
- uses: actions/checkout@v4
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## [Unreleased]
4
5
- Change `TARANTOOL_VERSION` default value from `2.11.2-ubuntu20.04` to `2.11.8-ubuntu20.04`
6
+- Bump Tarantool 3.x version in tests from `3.0.1-old` to `3.5.0`
7
8
## [1.4.1] - 2025-11-07
9
- Bump httpclient from 4.5.14 to httpclient5 5.5.1
0 commit comments