ci: add nvim 0.9.5 to test against

Closes #176
This commit is contained in:
Price Hiller 2024-05-21 14:18:52 -05:00
parent 57daea0208
commit 62db4b3054

View File

@ -14,6 +14,10 @@ jobs:
url: https://github.com/neovim/neovim/releases/download/v0.10.0/nvim-linux64.tar.gz
manager: sudo apt-get
packages: -y fd-find tree-sitter-cli
- os: ubuntu-24.04
url: https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64.tar.gz
manager: sudo apt-get
packages: -y fd-find tree-sitter-cli
steps:
- uses: actions/checkout@v3
- run: date +%F > todays-date