Skip to content

Commit ef1375a

Browse files
committed
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.
1 parent ce42474 commit ef1375a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- TASK_VERSION: v2.5.3
1414
- TASK_VERSION: v2.6.0
1515
- TASK_VERSION: develop
16-
- VIM_VERSION: v7.4.2367
1716
- VIM_VERSION: v8.0.1850
1817
- VIM_VERSION: v8.1.2424
1918
- VIM_VERSION: v8.2.5172
19+
- VIM_VERSION: v9.0.0000
2020
- VIMWIKI_VERSION: dev
2121
- PYTHON_VERSION: 3.6
2222
- PYTHON_VERSION: 3.7

0 commit comments

Comments
 (0)