Skip to content

Commit b950746

Browse files
committed
WIP: 2.11.0
1 parent 82a6f1d commit b950746

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/testing.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
tarantool:
3434
- '1.10'
3535
- '2.8'
36-
- '2.10'
36+
- '2.11'
3737
- '2.x-latest'
3838
coveralls: [false]
3939
fuzzing: [false]
@@ -156,8 +156,8 @@ jobs:
156156
- sdk-version: 'bundle-2.10.0-1-gfa775b383-r486-linux-x86_64'
157157
coveralls: false
158158
ssl: true
159-
- sdk-path: 'dev/linux/x86_64/master/'
160-
sdk-version: 'sdk-gc64-2.11.0-entrypoint-113-g803baaffe-r529.linux.x86_64'
159+
- sdk-path: 'dev/linux/x86_64/2.11/'
160+
sdk-version: 'sdk-gc64-2.11.0-0-gc9673ebb7-r559.linux.x86_64'
161161
coveralls: true
162162
ssl: true
163163

@@ -189,6 +189,8 @@ jobs:
189189
- name: Install test dependencies
190190
run: |
191191
source tarantool-enterprise/env.sh
192+
# Workaround for https://github.com/tarantool/tt/issues/470
193+
rm ${TARANTOOL_ENTERPRISE_DIR}/tt
192194
make deps
193195

194196
- name: Run regression tests

0 commit comments

Comments
 (0)