Update CI to test with Vim 9.1 instead of 9.0

This commit is contained in:
Yasuhiro Matsumoto
2026-03-20 23:10:59 +09:00
parent bae30d2ae4
commit 96c35359b9

View File

@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
vim:
- v9.0.0000
- v9.1.0000
- head
steps:
- uses: actions/checkout@v4