From a011a94c7996d49ffbbffdfcb811218feb46a849 Mon Sep 17 00:00:00 2001 From: olimorris Date: Tue, 25 Oct 2022 14:06:06 +0100 Subject: [PATCH] ci: remove 0.5 tests Neovim 0.6 had been the minimum requirement for a while so removing 0.5 ci test --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dac215..a34fbb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,8 +27,6 @@ jobs: url: https://github.com/neovim/neovim/releases/download/v0.7.0/nvim-linux64.tar.gz - os: ubuntu-20.04 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: - uses: actions/checkout@v2