We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced5cbb commit 4b9727eCopy full SHA for 4b9727e
.github/workflows/check_on_push.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup Tarantool
17
uses: tarantool/setup-tarantool@v3
18
with:
19
- tarantool-version: '2.8'
+ tarantool-version: '2.11'
20
21
- name: Setup luacheck
22
run: tarantoolctl rocks install luacheck 0.25.0
.github/workflows/publish.yaml
@@ -53,7 +53,7 @@ jobs:
53
- uses: actions/checkout@v3
54
- uses: tarantool/setup-tarantool@v3
55
56
- tarantool-version: '2.5'
57
58
# Make a release
59
- run: echo TAG=${GITHUB_REF##*/} >> $GITHUB_ENV
0 commit comments