Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into marks0mmers/main
Browse files Browse the repository at this point in the history
* origin/main:
  tests: add new nvim versions to test matrix (#1877)
  • Loading branch information
williamboman committed Feb 15, 2025
2 parents 76e9dbe + ce1682f commit 5970bd4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
fail-fast: false
matrix:
nvim_version:
- v0.7.0
- v0.7.2
- v0.8.0
- v0.8.1
- v0.8.2
Expand All @@ -24,6 +22,10 @@ jobs:
- v0.9.4
- v0.9.5
- v0.10.0
- v0.10.1
- v0.10.2
- v0.10.3
- v0.10.4
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5970bd4

Please sign in to comment.