ci: use Neovim v0.6.0

This commit is contained in:
Stephan Seitz 2021-12-06 21:00:26 +01:00
parent 8324a4ce01
commit cd6aabb964
3 changed files with 7 additions and 7 deletions

View file

@ -9,20 +9,20 @@ jobs:
matrix:
os: [ubuntu-latest, windows-2022, macos-latest]
cc: [ gcc, clang ]
nvim_tag: [ v0.5.1 ]
nvim_tag: [ v0.6.0 ]
exclude:
- os: macos-latest
cc: gcc
nvim_tag: v0.5.1
nvim_tag: v0.6.0
include:
- os: windows-2022
cc: cl
nvim_tag: v0.5.1
nvim_tag: v0.6.0
- os: macos-latest
cc: gcc-10
nvim_tag: v0.5.1
nvim_tag: v0.6.0
- os: ubuntu-latest
cc: gcc