mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-08 11:33:53 -05:00
run test with Vim 9.1 and also update action versions
This commit is contained in:
53
.github/workflows/ci.yaml
vendored
53
.github/workflows/ci.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user