Add vim 9.0 to CI (#1432)

This commit is contained in:
Ryuichiroh
2023-02-01 10:06:05 +09:00
committed by GitHub
parent ad6d61b13c
commit 25337623cf
2 changed files with 11 additions and 2 deletions

View File

@@ -19,8 +19,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
name: [vim-v82-x64, vim-v81-x64]
name: [vim-v90-x64, vim-v82-x64, vim-v81-x64]
include:
- name: vim-v90-x64
os: ubuntu-latest
vim_version: 9.0.0250
glibc_version: 2.15
- name: vim-v82-x64
os: ubuntu-latest
vim_version: 8.2.0813

View File

@@ -19,8 +19,13 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest]
name: [vim-v82-x64, vim-v81-x64, vim-v80-x64]
name: [vim-v90-x64, vim-v82-x64, vim-v81-x64, vim-v80-x64]
include:
- name: vim-v90-x64
os: windows-latest
vim_version: 9.0.0000
vim_arch: x64
vim_ver_path: vim90
- name: vim-v82-x64
os: windows-latest
vim_version: 8.2.0813