We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 616bea6 commit e1a5082Copy full SHA for e1a5082
1 file changed
.github/workflows/push-rockspec.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@master
17
- uses: tarantool/setup-tarantool@master
18
with:
19
- tarantool-version: '2.6'
+ tarantool-version: '2.10.7'
20
21
# https://stackoverflow.com/questions/58177786/get-the-current-pushed-tag-in-github-actions
22
- name: Set env
@@ -30,9 +30,9 @@ jobs:
30
- run: tarantoolctl rocks --server https://moonlibs.github.io/rocks install override-config-${{ env.TAG }}-1.rockspec
31
- run: tarantoolctl rocks pack override-config-${{ env.TAG }}-1.rockspec
32
# Install native lua with luarocks
33
- - uses: leafo/gh-actions-lua@v9
+ - uses: leafo/gh-actions-lua@v10
34
35
- luaVersion: "luajit-2.1.0-beta3"
+ luaVersion: "5.1.5"
36
- uses: leafo/gh-actions-luarocks@v4
37
38
luarocksVersion: "3.8.0"
0 commit comments