Skip to content

Commit c196e4a

Browse files
committed
Latest neovim versions in mise aren't happy right now
1 parent 7d26c9c commit c196e4a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest, macOS-latest]
10-
neovim-version: ["v0.9.5", "v0.10.4", "stable", "nightly"]
10+
# neovim-version: ["v0.9.5", "v0.10.4", "stable", "nightly"]
11+
neovim-version: ["v0.9.5", "v0.10.4"]
1112

1213
runs-on: ${{ matrix.os }}
1314

@@ -16,8 +17,6 @@ jobs:
1617

1718
- name: Mise
1819
uses: jdx/mise-action@v2
19-
with:
20-
version: 2025.4.0
2120

2221
- name: Cache
2322
uses: actions/cache@v4

0 commit comments

Comments
 (0)