diff options
author | opalmay <[email protected]> | 2023-02-17 13:40:41 +0200 |
---|---|---|
committer | opalmay <[email protected]> | 2023-02-17 13:40:41 +0200 |
commit | c1325498a231434fc0c30a4defd4eb14beb82b1f (patch) | |
tree | 9d0d418e12ec9829db46ff3d8150899130f58801 /.github/workflows/install.yaml | |
parent | ddc86f3a8aaa1afd36cf8f1a46a29a57922efc8a (diff) |
feat: lock new installations to nvim 0.9+
Diffstat (limited to '.github/workflows/install.yaml')
-rw-r--r-- | .github/workflows/install.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/install.yaml b/.github/workflows/install.yaml index 5f72bcac..6dc269fa 100644 --- a/.github/workflows/install.yaml +++ b/.github/workflows/install.yaml @@ -21,10 +21,10 @@ jobs: include: - runner: ubuntu-latest os: linux - neovim: v0.8.0 + neovim: v0.9.0 - runner: macos-latest os: osx - neovim: v0.8.0 + neovim: v0.9.0 - runner: ubuntu-22.04 os: linux neovim: nightly @@ -78,7 +78,7 @@ jobs: uses: rhysd/action-setup-vim@v1 with: neovim: true - version: v0.8.0 + version: v0.9.0 - name: Install LunarVim timeout-minutes: 4 |