Upgrade Alpine versions (and implicitly, Python versions) tested.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dan Helfman 2023-02-20 15:46:55 -08:00
parent a8c02abcf0
commit a8a310a4c4
1 changed files with 4 additions and 4 deletions

View File

@ -1,25 +1,25 @@
kind: pipeline
name: python-3-7-alpine-3-10
name: python-3-9-alpine-3-15
clone:
skip_verify: true
steps:
- name: build
image: alpine:3.10
image: alpine:3.15
pull: always
commands:
- tests/run-ci-tests
---
kind: pipeline
name: python-3-8-alpine-3-13
name: python-3-10-alpine-3-17
clone:
skip_verify: true
steps:
- name: build
image: alpine:3.13
image: alpine:3.17
pull: always
commands:
- tests/run-ci-tests