From b42fe5dc17b09d8447f4dc3312f3b996e062382d Mon Sep 17 00:00:00 2001 From: Chris Kipp Date: Wed, 11 Oct 2023 09:32:13 +0200 Subject: [PATCH] chore(ci): run CI against 0.9.4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bd07d3..0db446d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: strategy: fail-fast: false matrix: - neovim_version: ['v0.9.2', 'nightly'] + neovim_version: ['v0.9.4', 'nightly'] steps: - uses: actions/checkout@v4