2 files changed,
2 insertions(+),
2 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed by:
GitHub
noreply@github.com
Committed at:
2025-03-03 14:27:02 +0200
Parent:
d1a21bf
M
.github/workflows/docs.yml
@@ -24,7 +24,7 @@ - name: Install NeoVim
uses: rhysd/action-setup-vim@v1 with: neovim: true - version: ${{ matrix.version }} + version: stable - name: Cache .tests uses: actions/cache@v4
M
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ strategy:
matrix: os: [ubuntu-latest] version: - - v0.10.4 + - stable - nightly runs-on: ${{ matrix.os }} steps: