feature: Consider adding asdf
for Neovim version matrix testing in CI
#11
Labels
enhancement
New feature or request
asdf
for Neovim version matrix testing in CI
#11
Did you check the docs?
Is your feature request related to a problem? Please describe.
I like this template and use it for my plugins. It'd be nice if the default CI tests against several neovim versions at the same time, especially since so much API things change in Neovim's nightly version and between minor versions (though we haven't gotten a new Neovim minor in a while). The template does stable and nightly but it'd be good to be able to attribute "this plugin works for X.Y specific Neovim versions" and have the CI directly reflect that.
Describe the solution you'd like
Add Neovim version matrix testing. It doesn't have to be
asdf
but I found a guide that could be useful - https://www.petergundel.de/asdf/ci/github%20actions/matrix%20testing/neovim/2023/11/11/leveraging-asdf-in-github-actions-ci-for-matrix-testing.htmlDescribe alternatives you've considered
n/a. Maybe https://github.com/MordechaiHadad/bob is possible for neovim installs. Not sure
Additional context
No response
The text was updated successfully, but these errors were encountered: