mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 21:33:07 +02:00
tests: Update test matrix
Python 3.5 is EOL since Sep 2020. Python 3.9 is out since Oct 2020. taskwarrior 2.5.2 is out since Dec 2020 (released only on GitHub though). It's a bit stupid to have to update it manually, but until we figure it out something better...
This commit is contained in:
parent
4fd11afda1
commit
6c3c299118
2 changed files with 5 additions and 5 deletions
6
.github/workflows/tests.yaml
vendored
6
.github/workflows/tests.yaml
vendored
|
@ -9,16 +9,16 @@ jobs:
|
|||
include:
|
||||
- _defaults: # see Dockerfile for variable defaults
|
||||
- TASK_VERSION: v2.4.4
|
||||
- TASK_VERSION: 2.5.2
|
||||
continue-on-error: true
|
||||
- TASK_VERSION: v2.5.1
|
||||
- TASK_VERSION: 2.5.3
|
||||
- TASK_VERSION: 2.6.0
|
||||
- VIM_VERSION: v7.4.1546
|
||||
- VIM_VERSION: v8.0.0027
|
||||
- VIM_VERSION: v8.1.0519
|
||||
- VIMWIKI_VERSION: dev
|
||||
- PYTHON_VERSION: 3.5
|
||||
- PYTHON_VERSION: 3.6
|
||||
- PYTHON_VERSION: 3.7
|
||||
- PYTHON_VERSION: 3.8
|
||||
continue-on-error: ${{ matrix.continue-on-error == true }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue