From d829aa64059001ee7b2c8c8aa9c4e6df0b17d893 Mon Sep 17 00:00:00 2001 From: Simon Hauser Date: Mon, 20 May 2024 11:55:17 +0200 Subject: [PATCH] chore: add neovim v0.10.0 to ci matrix (#3121) (cherry picked from commit 4aed63995a69e343b068c7469491a8d1592c339f) --- .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 6f79d70523..d389b12bd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-22.04, macos-12, windows-2022] - rev: [nightly, v0.7.2, v0.8.3, v0.9.0] + rev: [nightly, v0.7.2, v0.8.3, v0.9.0, v0.10.0] include: - os: ubuntu-22.04 install-rg: sudo apt-get update && sudo apt-get install -y ripgrep