AdeAttwood / ivy.nvim

An ivy-mode port to neovim.
33 stars 4 forks source link

ci: run tests on more versions of nvim #89

Closed AdeAttwood closed 2 months ago

AdeAttwood commented 2 months ago

Summary:

Right now we are only running the tests on the nightly build of nvim. I would like to try and maintain support for a few releases. One of the goals of this project is to be stable. This means trying our best to maintain BC, for this I have setup running the tests on older versions of nvim.

Right now we have:

Test Plan:

CI, I have done a quick run before finalizing the change