In continuous integration build matrix, use newer Alpine 3.9 instead of 3.8.

This commit is contained in:
Dan Helfman 2019-05-07 16:19:03 -07:00
parent a291477c19
commit f5e1e8bec9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ pipeline:
matrix:
ALPINE_VERSION:
- 3.7
- 3.8
- 3.9
PYTHON_VERSION:
- 3.5
- 3.6