Skip to content

Commit 66409b6

Browse files
committed
Use specific versions for tests
1 parent eb30d38 commit 66409b6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yaml

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

1412
runs-on: ${{ matrix.os }}
1513

0 commit comments

Comments
 (0)