Skip to content

Commit

Permalink
Merge branch 'main' into fix/relative-window-quit
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed May 18, 2024
2 parents c823d88 + 328129f commit dd26ae1
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 dd26ae1

Please sign in to comment.