aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2023-04-05 21:34:51 +0200
committerGitHub <noreply@github.com>2023-04-05 19:34:51 +0000
commit1e653e0c9d8304a2a11f6b3b3bdaf447da3d2754 (patch)
tree57182722ce816a32c1ac72d2965b7d9f656ff0bb /.github/workflows/tests.yml
parentfeat: refresh registry before installing servers in ensure_installed (#170) (diff)
downloadmason-lspconfig-1e653e0c9d8304a2a11f6b3b3bdaf447da3d2754.tar
mason-lspconfig-1e653e0c9d8304a2a11f6b3b3bdaf447da3d2754.tar.gz
mason-lspconfig-1e653e0c9d8304a2a11f6b3b3bdaf447da3d2754.tar.bz2
mason-lspconfig-1e653e0c9d8304a2a11f6b3b3bdaf447da3d2754.tar.lz
mason-lspconfig-1e653e0c9d8304a2a11f6b3b3bdaf447da3d2754.tar.xz
mason-lspconfig-1e653e0c9d8304a2a11f6b3b3bdaf447da3d2754.tar.zst
mason-lspconfig-1e653e0c9d8304a2a11f6b3b3bdaf447da3d2754.zip
tests: fix scheduling (#183)
* tests: fix scheduling * chore(ci): update neovim version
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index c54154c..110635a 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
- version: v0.7.0
+ version: v0.8.3
- name: Run tests
run: |
set -e