exercism / vimscript

Exercism exercises in Vim script.
https://exercism.org/tracks/vimscript
MIT License
20 stars 24 forks source link

Update CI to Vim 9 #251

Closed BNAndras closed 8 months ago

BNAndras commented 8 months ago

Once exercism/vimscript-test-runner#28 is merged, we can update the CI to support Vim 9. I opted to build Vim from source rather than use a PPA. This can work until the Ubuntu runner has a more modern Vim package available. Another approach would be to use our test runner image to test each exercise in isolation, which will require a little more research.