ci: remove 0.5 tests

Neovim 0.6 had been the minimum requirement for a while so removing 0.5 ci test
main
olimorris 2022-10-25 14:06:06 +01:00
parent 38b36fc5fd
commit a011a94c79
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@ jobs:
url: https://github.com/neovim/neovim/releases/download/v0.7.0/nvim-linux64.tar.gz url: https://github.com/neovim/neovim/releases/download/v0.7.0/nvim-linux64.tar.gz
- os: ubuntu-20.04 - os: ubuntu-20.04
url: https://github.com/neovim/neovim/releases/download/v0.6.0/nvim-linux64.tar.gz url: https://github.com/neovim/neovim/releases/download/v0.6.0/nvim-linux64.tar.gz
- os: ubuntu-20.04
url: https://github.com/neovim/neovim/releases/download/v0.5.0/nvim-linux64.tar.gz
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2