From 2baf36d74f77a29dc49d4e226e31b3c53a4d5daa Mon Sep 17 00:00:00 2001 From: Steven Arcangeli Date: Tue, 14 Nov 2023 22:47:30 -0800 Subject: [PATCH] ci: run tests against nvim 0.9.4 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 839dffb..86dba71 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -51,7 +51,7 @@ jobs: matrix: include: - nvim_tag: v0.8.3 - - nvim_tag: v0.9.1 + - nvim_tag: v0.9.4 name: Run tests runs-on: ubuntu-22.04