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

@@ -3,9 +3,12 @@ name: CI
on: on:
push: push:
branches: branches:
- master - master
pull_request: pull_request:
permissions:
contents: read
jobs: jobs:
test: test:
name: Test name: Test
@@ -13,27 +16,29 @@ jobs:
strategy: strategy:
matrix: matrix:
vim: vim:
- v9.0.0000 - v9.1.0000
- v8.2.0000 - v9.0.0000
- v8.1.0000 - v8.2.0000
- v8.0.0000 - v8.1.0000
- v7.4 - v8.0.0000
- v7.3 - v7.4
- v7.3
fail-fast: false
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Checkout vim-themis - name: Checkout vim-themis
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
repository: thinca/vim-themis repository: thinca/vim-themis
path: vim-themis path: vim-themis
ref: v1.6.0 ref: v1.6.0
- name: Setup Vim - name: Setup Vim
uses: rhysd/action-setup-vim@v1 uses: rhysd/action-setup-vim@v1
id: vim id: vim
with: with:
version: ${{ matrix.vim }} version: ${{ matrix.vim }}
- name: Test - name: Test
env: env:
THEMIS_VIM: ${{ steps.vim.outputs.executable }} THEMIS_VIM: ${{ steps.vim.outputs.executable }}
run: ./vim-themis/bin/themis --reporter spec run: ./vim-themis/bin/themis --reporter spec