Skip to content

Commit

Permalink
Added luaVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinKennedy committed Jan 25, 2025
1 parent d05d7cb commit 407e6d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
neovim: [v0.10.0, stable, nightly]
luaVersion: ["luajit-openresty"]
include:
# - os: "windows-latest"
# toolchain: "msvc"
# luaVersion: "luajit"
# neovim: "v0.10.0"
- os: "windows-latest"
toolchain: "msvc"
luaVersion: "luajit"
luaVersion: "luajit-openresty"
neovim: "stable"
# - os: "windows-latest"
# toolchain: "msvc"
Expand Down

0 comments on commit 407e6d7

Please sign in to comment.