Skip to content

ci: test on different versions of zsh #2

ci: test on different versions of zsh

ci: test on different versions of zsh #2

Workflow file for this run

name: test on different zsh versions
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
# TODO: test fzf version?
zsh_version: [5.9, 5.8.1, 5.4.2, 5.0.2]
container:
image: zshusers/zsh:${{ matrix.zsh_version }}
steps:
- name: checkout
uses: actions/checkout@v1
with:
fetch-depth: 1
- name: install dependencies
run: apt update && apt-get install -y git
- name: test completion
run: cd test && zsh -f runtests.zsh fzftab.ztst
- name: build binary module
run: zsh -fc 'source ./fzf-tab.zsh && build-fzf-tab-module'
- name: test binary module
run: cd test && zsh -f runtests.zsh fzftab.ztst