From db1da57f455ff5cece11449571565551dadace16 Mon Sep 17 00:00:00 2001 From: shadmansaleh <13149513+shadmansaleh@users.noreply.github.com> Date: Wed, 18 Oct 2023 10:55:17 +0600 Subject: [PATCH] add testing for 0.9 --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c3ecdc9d..2b9d52ece 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,10 @@ jobs: runner: ubuntu-20.04 os: linux nvim_version: v0.8.0 + - flavor: nvim-0.9 + runner: ubuntu-20.04 + os: linux + nvim_version: v0.9.0 - flavor: nvim-nightly runner: ubuntu-20.04 os: linux