test: add more neovim builds to ci

main
olimorris 2022-08-13 10:40:49 +01:00
parent 9be6183f96
commit 4fe0e3aeab
1 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,10 @@
name: Tests name: Tests
on: [push, pull_request] on:
push:
branches: [main]
pull_request:
branches: [main]
# Cancel any in-progress CI runs for a PR if it is updated # Cancel any in-progress CI runs for a PR if it is updated
concurrency: concurrency:
@ -17,8 +21,12 @@ jobs:
include: include:
- os: ubuntu-20.04 - os: ubuntu-20.04
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
- os: ubuntu-20.04
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