Skip to content

Commit 19cac83

Browse files
committed
Add a TODO
1 parent 0cd53ae commit 19cac83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest, macOS-latest]
10-
neovim-version: ["v0.9.5", "stable", "nightly"] # "v0.10.4"
10+
11+
# TODO Reinstate "v0.10.4" once it works through mise again.
12+
neovim-version: ["v0.9.5", "stable", "nightly"]
1113

1214
runs-on: ${{ matrix.os }}
1315

0 commit comments

Comments
 (0)