We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd53ae commit 19cac83Copy full SHA for 19cac83
.github/workflows/test.yaml
@@ -7,7 +7,9 @@ jobs:
7
strategy:
8
matrix:
9
os: [ubuntu-latest, macOS-latest]
10
- neovim-version: ["v0.9.5", "stable", "nightly"] # "v0.10.4"
+
11
+ # TODO Reinstate "v0.10.4" once it works through mise again.
12
+ neovim-version: ["v0.9.5", "stable", "nightly"]
13
14
runs-on: ${{ matrix.os }}
15
0 commit comments