Skip to content

Commit

Permalink
Added other Windows variants
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinKennedy committed Jan 25, 2025
1 parent 7240e0c commit b282367
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,20 @@ jobs:
include:
- os: "windows-latest"
toolchain: "msvc"
luaVersion: "luajit-openresty"
luaVersion: "5.1"
neovim: "v0.10.0"
- os: "windows-latest"
toolchain: "msvc"
luaVersion: "luajit-openresty"
luaVersion: "5.1"
neovim: "stable"
- os: "windows-latest"
toolchain: "msvc"
luaVersion: "luajit-openresty"
neovim: "nightly"

# Alternative luaVersion
- os: "windows-latest"
toolchain: "msvc"
luaVersion: "5.1"
neovim: "stable"
neovim: "nightly"

# Alternative toolchain
- os: "windows-latest"
toolchain: "mingw" # unused, other than for display in the UI
toolchain: "mingw"
luaVersion: "5.1"
neovim: "stable"

Expand Down

0 comments on commit b282367

Please sign in to comment.