Skip to content

Commit

Permalink
Added explicit include
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinKennedy committed Jan 23, 2025
1 parent 5479f91 commit 94d14f6
Showing 1 changed file with 32 additions and 22 deletions.
54 changes: 32 additions & 22 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,45 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
neovim: [v0.10.0, stable, nightly]
luaVersion: [5.1, luajit]
# os: [ubuntu-latest, macos-latest]
# neovim: [v0.10.0, stable, nightly]
# luaVersion: [5.1, luajit]
#
# include:
# - os: "windows-latest"
# toolchain: "msvc"
# luaVersion: "luajit"
# neovim: "v0.10.0"
# - os: "windows-latest"
# toolchain: "msvc"
# luaVersion: "luajit"
# neovim: "stable"
# - os: "windows-latest"
# toolchain: "msvc"
# luaVersion: "luajit"
# neovim: "nightly"
#
# # Alternative luaVersion
# - os: "windows-latest"
# toolchain: "msvc"
# luaVersion: "5.1"
# neovim: "stable"
#
# # Alternative toolchain
# - os: "windows-latest"
# toolchain: "mingw" # unused, other than for display in the UI
# luaVersion: "5.1"
# neovim: "stable"

include:
- os: "windows-latest"
toolchain: "msvc"
luaVersion: "luajit"
neovim: "v0.10.0"
- os: "windows-latest"
toolchain: "msvc"
luaVersion: "luajit"
neovim: "stable"
- os: "windows-latest"
toolchain: "msvc"
luaVersion: "luajit"
neovim: "nightly"

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

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

runs-on: ${{ matrix.os }}
name: "OS: ${{ matrix.os }} - Neovim: ${{ matrix.neovim }}"
Expand Down

0 comments on commit 94d14f6

Please sign in to comment.