Skip to content

Commit 39ec344

Browse files
DerekBumoleg-jukovec
authored andcommitted
ci: update Tarantool EE 1.10, 2.10 and 2.11 versions
Update Tarantool EE version 1.10.11 to 1.10.15, 2.10.0 to 2.10.8 and 2.11.0 to 2.11.1. This was done because of the one flacking test: https://github.com/tarantool/go-tarantool/actions/runs/6805504621/job/18505152412 Closes #338
1 parent c64f80a commit 39ec344

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/testing.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -138,17 +138,20 @@ jobs:
138138
strategy:
139139
fail-fast: false
140140
matrix:
141+
sdk-path:
142+
- 'release/linux/x86_64/1.10/'
141143
sdk-version:
142-
- 'bundle-1.10.11-0-gf0b0e7ecf-r470'
144+
- 'sdk-1.10.15-0-r598'
143145
coveralls: [false]
144146
fuzzing: [false]
145147
ssl: [false]
146148
include:
147-
- sdk-version: 'bundle-2.10.0-1-gfa775b383-r486-linux-x86_64'
149+
- sdk-path: 'release/linux/x86_64/2.10/'
150+
sdk-version: 'sdk-gc64-2.10.8-0-r598.linux.x86_64'
148151
coveralls: false
149152
ssl: true
150153
- sdk-path: 'release/linux/x86_64/2.11/'
151-
sdk-version: 'sdk-gc64-2.11.0-0-r577.linux.x86_64'
154+
sdk-version: 'sdk-gc64-2.11.1-0-r598.linux.x86_64'
152155
coveralls: true
153156
ssl: true
154157

0 commit comments

Comments
 (0)