Skip to content

Commit

Permalink
chore: run on nvim 10 (#355)
Browse files Browse the repository at this point in the history
## 📃 Summary

run ci on nvim 10
  • Loading branch information
shortcuts committed May 18, 2024
1 parent 7c38c67 commit 328129f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
- lint
- documentation
runs-on: ubuntu-latest
timeout-minutes: 2
timeout-minutes: 1
strategy:
matrix:
neovim_version: ['v0.7.2', 'v0.8.3', 'v0.9.4', 'nightly']
neovim_version: ['v0.7.2', 'v0.8.3', 'v0.9.5', 'v0.10.0', 'nightly']

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 328129f

Please sign in to comment.