From 62db4b3054ec6847e5cb189b4dea452ce0c7ad7f Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 21 May 2024 14:18:52 -0500 Subject: [PATCH] ci: add nvim `0.9.5` to test against Closes #176 --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ef7a24..41e9bb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,10 @@ jobs: url: https://github.com/neovim/neovim/releases/download/v0.10.0/nvim-linux64.tar.gz manager: sudo apt-get packages: -y fd-find tree-sitter-cli + - os: ubuntu-24.04 + url: https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64.tar.gz + manager: sudo apt-get + packages: -y fd-find tree-sitter-cli steps: - uses: actions/checkout@v3 - run: date +%F > todays-date