aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 110635a..7bc533b 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -10,13 +10,24 @@ on:
jobs:
tests:
+ strategy:
+ fail-fast: false
+ matrix:
+ nvim_version:
+ - v0.7.0
+ - v0.7.2
+ - v0.8.0
+ - v0.8.1
+ - v0.8.2
+ - v0.8.3
+ - v0.9.0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
- version: v0.8.3
+ version: ${{ matrix.nvim_version }}
- name: Run tests
run: |
set -e