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 9f5e4fb commit 5cfe126Copy full SHA for 5cfe126
.github/workflows/test.yaml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
os: [ubuntu-latest, macOS-latest]
10
- neovim-version: ["v0.9.5", "v0.10.4", "stable", "nightly"]
+ neovim-version: ["v0.9.5", "stable", "nightly"] # "v0.10.4"
11
12
runs-on: ${{ matrix.os }}
13
0 commit comments