From a26eff68173833bea2fe4a4ddffe46afa1fe41ae Mon Sep 17 00:00:00 2001 From: TheLeoP Date: Thu, 29 Feb 2024 19:14:47 -0500 Subject: [PATCH] ci: only test on nightly --- .github/workflows/lint-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 19a56eb..4555479 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - nvim-versions: ['stable', 'nightly'] + nvim-versions: ["nightly"] name: test steps: - name: checkout