mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 21:33:07 +02:00
tests: Replace vim 7.4 with vim 9.0 in the matrix
Vim 8.0 was released in 2016, which should be sufficient backwards compatibility. We still support 7.4, but will not run it in the CI going forwards too keep the test matrix sane.
This commit is contained in:
parent
ce42474979
commit
ef1375af02
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
|
@ -13,10 +13,10 @@ jobs:
|
|||
- TASK_VERSION: v2.5.3
|
||||
- TASK_VERSION: v2.6.0
|
||||
- TASK_VERSION: develop
|
||||
- VIM_VERSION: v7.4.2367
|
||||
- VIM_VERSION: v8.0.1850
|
||||
- VIM_VERSION: v8.1.2424
|
||||
- VIM_VERSION: v8.2.5172
|
||||
- VIM_VERSION: v9.0.0000
|
||||
- VIMWIKI_VERSION: dev
|
||||
- PYTHON_VERSION: 3.6
|
||||
- PYTHON_VERSION: 3.7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue