Skip to content

Commit e1a774c

Browse files
committed
ci: Update the CI matrix
1 parent 0a4d31f commit e1a774c

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,20 @@ jobs:
1212
- TASK_VERSION: v2.5.1
1313
- TASK_VERSION: v2.5.3
1414
- TASK_VERSION: v2.6.0
15-
- TASK_VERSION: develop
15+
- TASK_VERSION: v2.6.2
16+
# - TASK_VERSION: develop # TODO: Requires adjustment to the build process
1617
- VIM_VERSION: v8.0.1850
1718
- VIM_VERSION: v8.1.2424
1819
- VIM_VERSION: v8.2.5172
1920
- VIM_VERSION: v9.0.0000
21+
- VIM_VERSION: v9.1.1435
2022
- VIMWIKI_VERSION: dev
21-
- PYTHON_VERSION: 3.6
22-
- PYTHON_VERSION: 3.7
2323
- PYTHON_VERSION: 3.8
2424
- PYTHON_VERSION: 3.9
2525
- PYTHON_VERSION: "3.10"
26+
- PYTHON_VERSION: 3.11
27+
- PYTHON_VERSION: 3.12
28+
- PYTHON_VERSION: 3.13
2629
continue-on-error: ${{ matrix.continue-on-error == true }}
2730
steps:
2831
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)