summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLostNeophyte <[email protected]>2023-04-28 10:27:40 +0200
committerGitHub <[email protected]>2023-04-28 10:27:40 +0200
commit6c66357cb1580a46e8636237c2f4fe8f1c0517ff (patch)
tree143ade6502e96fbfc96875207dd6eeb46b673484 /.github
parent4cefc8950678e016c26da43ab66d3bd9ca8e62e4 (diff)
fix(tests): set up lazy.nvim in the lsp test (#4088)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/install.yaml6
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