chore(ci)!: use rolling stable version of nvim (#90)

* chore(ci)!: use rolling stable version of nvim

* fix(ci): use correct version on doc check
This commit is contained in:
Smirnov Oleksandr 2025-03-03 14:27:02 +02:00 committed by GitHub
parent d1a21bffab
commit f171953e43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ jobs:
uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: ${{ matrix.version }}
version: stable
- name: Cache .tests
uses: actions/cache@v4

View file

@ -13,7 +13,7 @@ jobs:
matrix:
os: [ubuntu-latest]
version:
- v0.10.4
- stable
- nightly
runs-on: ${{ matrix.os }}
steps: