From 497a025f14efeca452628d90205c1f7ab00788e5 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Fri, 20 Mar 2026 23:18:11 +0900 Subject: [PATCH] CI: test only with Vim head --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6da0807..8d59f28 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,6 @@ jobs: strategy: matrix: vim: - - v9.1.0000 - head steps: - uses: actions/checkout@v4