Skip to content

Commit

Permalink
tests: Update test matrix
Browse files Browse the repository at this point in the history
There's no 2.5.x branch any more. Change the default to master, i.e. the
latest release, now that the branch actually reflects the release and
no longer includes patches accidentally merged to the wrong branch.

Keep v2.5.1 around just for safety as it probably is the most widely
used release around.

Would be nice if the 2.6.0 branch was named dev or devel and wasn't
about to disappear as soon as 2.6.0 is released... :-/
  • Loading branch information
liskin committed Jan 14, 2021
1 parent 4c7cc5f commit e826670
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
- _defaults: # see Dockerfile for variable defaults
- TASK_VERSION: v2.4.4
- 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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ALPINE_VERSION=3.12
ARG PYTHON_VERSION=3.9
ARG TASK_VERSION=v2.5.2
ARG TASK_VERSION=master
ARG VIM_VERSION=v8.2.0716
ARG VIMWIKI_VERSION=master

Expand Down

0 comments on commit e826670

Please sign in to comment.