Skip to content

Commit 4b9727e

Browse files
DerekBumthemilchenko
authored andcommitted
ci: update deprecated tarantool versions
This patch updates old deprecated Tarantool versions, used in ci. Part of TNTP-1058
1 parent ced5cbb commit 4b9727e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check_on_push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Tarantool
1717
uses: tarantool/setup-tarantool@v3
1818
with:
19-
tarantool-version: '2.8'
19+
tarantool-version: '2.11'
2020

2121
- name: Setup luacheck
2222
run: tarantoolctl rocks install luacheck 0.25.0

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v3
5454
- uses: tarantool/setup-tarantool@v3
5555
with:
56-
tarantool-version: '2.5'
56+
tarantool-version: '2.11'
5757

5858
# Make a release
5959
- run: echo TAG=${GITHUB_REF##*/} >> $GITHUB_ENV

0 commit comments

Comments
 (0)