aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorglepnir <glephunter@gmail.com>2024-08-20 20:13:37 +0800
committerGitHub <noreply@github.com>2024-08-20 20:13:37 +0800
commitdddd0945c0f31a0abd843425927a1712d2db2e10 (patch)
tree9df8af80aed1243b623e9bec3c414db42de34d05 /.github
parentdocs: update server_configurations.md (diff)
downloadnvim-lspconfig-dddd0945c0f31a0abd843425927a1712d2db2e10.tar
nvim-lspconfig-dddd0945c0f31a0abd843425927a1712d2db2e10.tar.gz
nvim-lspconfig-dddd0945c0f31a0abd843425927a1712d2db2e10.tar.bz2
nvim-lspconfig-dddd0945c0f31a0abd843425927a1712d2db2e10.tar.lz
nvim-lspconfig-dddd0945c0f31a0abd843425927a1712d2db2e10.tar.xz
nvim-lspconfig-dddd0945c0f31a0abd843425927a1712d2db2e10.tar.zst
nvim-lspconfig-dddd0945c0f31a0abd843425927a1712d2db2e10.zip
test(ci): change to luajit-openresty (#3272)
Problem: LuaJIT.org has stopped publishing release tarballs on their website. Solution: use luajit-openresty instead of.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 63346053..8d5f7a75 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
- name: luajit
uses: leafo/gh-actions-lua@v10
with:
- luaVersion: "luajit-2.1.0-beta3"
+ luaVersion: "luajit-openresty"
- name: luarocks
uses: leafo/gh-actions-luarocks@v4