In continuous integration build matrix, use newer Alpine 3.9 instead of 3.8.
This commit is contained in:
parent
a291477c19
commit
f5e1e8bec9
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ pipeline:
|
||||||
matrix:
|
matrix:
|
||||||
ALPINE_VERSION:
|
ALPINE_VERSION:
|
||||||
- 3.7
|
- 3.7
|
||||||
- 3.8
|
- 3.9
|
||||||
PYTHON_VERSION:
|
PYTHON_VERSION:
|
||||||
- 3.5
|
- 3.5
|
||||||
- 3.6
|
- 3.6
|
||||||
|
|
Loading…
Reference in a new issue