diff --git a/.drone.yml b/.drone.yml index 6baed7d..bf28abd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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