mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 15:53:07 +02:00
ci: Expand test matrix
This commit is contained in:
parent
c4392c36c0
commit
b16922040b
1 changed files with 6 additions and 1 deletions
7
.github/workflows/tests.yaml
vendored
7
.github/workflows/tests.yaml
vendored
|
@ -10,14 +10,19 @@ jobs:
|
|||
- _defaults: # see Dockerfile for variable defaults
|
||||
- TASK_VERSION: v2.4.4
|
||||
- TASK_VERSION: v2.5.1
|
||||
- TASK_VERSION: 2.6.0
|
||||
- TASK_VERSION: v2.5.3
|
||||
- TASK_VERSION: v2.6.0
|
||||
- TASK_VERSION: develop
|
||||
- VIM_VERSION: v7.4.1546
|
||||
- VIM_VERSION: v8.0.0027
|
||||
- VIM_VERSION: v8.1.0519
|
||||
- VIM_VERSION: v8.2.3491
|
||||
- VIMWIKI_VERSION: dev
|
||||
- PYTHON_VERSION: 3.6
|
||||
- PYTHON_VERSION: 3.7
|
||||
- PYTHON_VERSION: 3.8
|
||||
- PYTHON_VERSION: 3.9
|
||||
- PYTHON_VERSION: 3.10
|
||||
continue-on-error: ${{ matrix.continue-on-error == true }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue