Skip to content

Commit 1ec5c24

Browse files
Revert pinned version for neovim
1 parent 7a10400 commit 1ec5c24

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
runs-on: ${{ matrix.os }}
2525
env:
2626
APP_VERSION: ${{ matrix.app_version }}
27-
# FIXME: https://github.com/cursorless-dev/cursorless/issues/2793
28-
# NEOVIM_VERSION: ${{ matrix.app_version == 'stable' && 'stable' || 'v0.10.0' }}
29-
NEOVIM_VERSION: ${{ matrix.app_version == 'stable' && 'v0.10.3' || 'v0.10.0' }}
27+
NEOVIM_VERSION: ${{ matrix.app_version == 'stable' && 'stable' || 'v0.10.0' }}
3028
VSCODE_CRASH_DIR: ${{ github.workspace }}/artifacts/dumps
3129
VSCODE_LOGS_DIR: ${{ github.workspace }}/artifacts/logs
3230
CURSORLESS_REPO_ROOT: ${{ github.workspace }}

0 commit comments

Comments
 (0)