From c098a6ac2d93952f296872209efb00d8b8032f22 Mon Sep 17 00:00:00 2001 From: linrongbin16 Date: Fri, 22 Nov 2024 22:25:46 +0800 Subject: [PATCH] chore --- .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 9251890..6761032 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: - lint strategy: matrix: - nvim_version: [stable, nightly, v0.9.0] + nvim_version: [stable, nightly] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4