We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1685166 commit 97045d0Copy full SHA for 97045d0
dreamkast_api/.gitlab-ci.yml
@@ -12,13 +12,13 @@ stages:
12
13
test-3.5:
14
extends: .tests
15
- image: python:3.5-alpine
+ image: python:3.14-alpine
16
test-3.6:
17
18
- image: python:3.6-alpine
19
test-3.7:
20
21
- image: python:3.7-alpine
22
test-3.8:
23
24
- image: python:3.8-alpine
0 commit comments