From 4aed63995a69e343b068c7469491a8d1592c339f 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) --- .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 eedf0bc8c1..fd810ac307 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.9.0] + rev: [nightly, v0.9.5, v0.10.0] include: - os: ubuntu-22.04 install-rg: sudo apt-get update && sudo apt-get install -y ripgrep