test: add more neovim builds to ci
parent
9be6183f96
commit
4fe0e3aeab
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue