Skip to content

Commit dc50888

Browse files
committed
CI: update Tarantool-ee 1.10 and 2.10 versions
Update Tarantool-ee version 1.10.11 to 1.10.15 and 2.10.0 t0 2.10.8. This was done because of one flacking test: https://github.com/tarantool/go-tarantool/actions/runs/6805504621/job/18505152412 Closes #338
1 parent f7fbe49 commit dc50888

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/testing.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,16 @@ 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/'

0 commit comments

Comments
 (0)