run test with Vim 9.1 and also update action versions

This commit is contained in:
itchyny
2024-01-13 11:33:17 +09:00
parent 1c6b455c04
commit 114d542494

View File

@@ -6,6 +6,9 @@ on:
- master
pull_request:
permissions:
contents: read
jobs:
test:
name: Test
@@ -13,17 +16,19 @@ jobs:
strategy:
matrix:
vim:
- v9.1.0000
- v9.0.0000
- v8.2.0000
- v8.1.0000
- v8.0.0000
- v7.4
- v7.3
fail-fast: false
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Checkout vim-themis
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: thinca/vim-themis
path: vim-themis