summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2024-05-16 10:36:20 -0700
committerSteven Arcangeli <stevearc@stevearc.com>2024-05-16 10:36:20 -0700
commitaf6a2e732d2dfdf174fb2ca1518a72814fd106cf (patch)
treea5c90613c35aeea666ca345bf7d7329a97c8854b /.github
parent59d0dd233a2cafacfa1235ab22054c4d80a72319 (diff)
ci: test against Neovim 0.10
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 5acd6cc..ff29fb7 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -51,7 +51,8 @@ jobs:
matrix:
include:
- nvim_tag: v0.8.3
- - nvim_tag: v0.9.1
+ - nvim_tag: v0.9.4
+ - nvim_tag: v0.10.0
name: Run tests
runs-on: ubuntu-22.04