From 4dcbd9a53852336e59200b7ebe1f1c3903315fad Mon Sep 17 00:00:00 2001 From: Andreas Arvidsson Date: Tue, 10 Sep 2024 08:47:42 +0200 Subject: [PATCH 1/2] Try to fix luajit ci test --- .github/actions/test-neovim-lua/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test-neovim-lua/action.yml b/.github/actions/test-neovim-lua/action.yml index d769fbaac2..b3953716dd 100644 --- a/.github/actions/test-neovim-lua/action.yml +++ b/.github/actions/test-neovim-lua/action.yml @@ -5,7 +5,7 @@ runs: steps: - uses: leafo/gh-actions-lua@v9 with: - luaVersion: "luajit-2.1.0-beta3" + luaVersion: "luajit-openresty-2.1.0-beta3" - uses: leafo/gh-actions-luarocks@v4 - shell: bash run: | From 1350a331250e6188bd3f2ec48ec7c20c40fc8415 Mon Sep 17 00:00:00 2001 From: Andreas Arvidsson Date: Tue, 10 Sep 2024 09:14:22 +0200 Subject: [PATCH 2/2] update --- .github/actions/test-neovim-lua/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/test-neovim-lua/action.yml b/.github/actions/test-neovim-lua/action.yml index b3953716dd..a01470839e 100644 --- a/.github/actions/test-neovim-lua/action.yml +++ b/.github/actions/test-neovim-lua/action.yml @@ -3,9 +3,9 @@ description: "Set up Neovim Lua environment and run Busted tests" runs: using: "composite" steps: - - uses: leafo/gh-actions-lua@v9 + - uses: leafo/gh-actions-lua@v10 with: - luaVersion: "luajit-openresty-2.1.0-beta3" + luaVersion: "luajit-openresty" - uses: leafo/gh-actions-luarocks@v4 - shell: bash run: |