Skip to content

Commit 00efc10

Browse files
ci: test with Tarantool 2.11
1 parent ef8cfd9 commit 00efc10

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Diff for: .github/workflows/packing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Install tarantool
8282
uses: tarantool/setup-tarantool@v2
8383
with:
84-
tarantool-version: '2.10'
84+
tarantool-version: '2.11'
8585

8686
- name: Download pip package artifacts
8787
uses: actions/download-artifact@v3

Diff for: .github/workflows/testing.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- '1.10'
2727
- '2.8'
2828
- '2.10'
29+
- '2.11'
2930
python:
3031
- '3.6'
3132
- '3.7'
@@ -119,8 +120,8 @@ jobs:
119120
path: ''
120121
- bundle: 'bundle-2.10.0-1-gfa775b383-r486-linux-x86_64'
121122
path: ''
122-
- bundle: 'sdk-gc64-2.11.0-entrypoint-113-g803baaffe-r529.linux.x86_64'
123-
path: 'dev/linux/x86_64/master/'
123+
- bundle: 'sdk-gc64-2.11.0-rc2-0-r557.linux.x86_64'
124+
path: 'release/linux/x86_64/2.11/'
124125
python: ['3.6', '3.7', '3.8', '3.9', '3.10']
125126

126127
steps:
@@ -169,7 +170,7 @@ jobs:
169170
make test
170171
env:
171172
TEST_TNT_SSL: ${{ matrix.tarantool.bundle == 'bundle-2.10.0-1-gfa775b383-r486-linux-x86_64' ||
172-
matrix.tarantool.bundle == 'sdk-gc64-2.11.0-entrypoint-113-g803baaffe-r529.linux.x86_64'}}
173+
matrix.tarantool.bundle == 'sdk-gc64-2.11.0-rc2-0-r557.linux.x86_64'}}
173174

174175
run_tests_pip_branch_install_linux:
175176
# We want to run on external PRs, but not on our own internal
@@ -187,7 +188,7 @@ jobs:
187188

188189
matrix:
189190
tarantool:
190-
- '2.10'
191+
- '2.11'
191192
python:
192193
- '3.6'
193194
- '3.7'

0 commit comments

Comments
 (0)