Skip to content

Commit

Permalink
ci: test minimum required neovim version
Browse files Browse the repository at this point in the history
  • Loading branch information
dundargoc committed Oct 4, 2024
1 parent f5c2a08 commit 39f31e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
nvim_version: [nightly, 'v0.9.5']
steps:
- uses: actions/checkout@v4
- uses: rhysd/action-setup-vim@v1
id: vim
with:
neovim: true
version: nightly
version: ${{ matrix.nvim_version }}

- uses: leafo/gh-actions-lua@v10
with:
Expand Down

0 comments on commit 39f31e1

Please sign in to comment.