Skip to content

Commit e1a5082

Browse files
committed
ci: fix
1 parent 616bea6 commit e1a5082

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/push-rockspec.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@master
1717
- uses: tarantool/setup-tarantool@master
1818
with:
19-
tarantool-version: '2.6'
19+
tarantool-version: '2.10.7'
2020

2121
# https://stackoverflow.com/questions/58177786/get-the-current-pushed-tag-in-github-actions
2222
- name: Set env
@@ -30,9 +30,9 @@ jobs:
3030
- run: tarantoolctl rocks --server https://moonlibs.github.io/rocks install override-config-${{ env.TAG }}-1.rockspec
3131
- run: tarantoolctl rocks pack override-config-${{ env.TAG }}-1.rockspec
3232
# Install native lua with luarocks
33-
- uses: leafo/gh-actions-lua@v9
33+
- uses: leafo/gh-actions-lua@v10
3434
with:
35-
luaVersion: "luajit-2.1.0-beta3"
35+
luaVersion: "5.1.5"
3636
- uses: leafo/gh-actions-luarocks@v4
3737
with:
3838
luarocksVersion: "3.8.0"

0 commit comments

Comments
 (0)