File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,9 @@ notifications:
19
19
on_failure : always
20
20
21
21
env :
22
- - TEST_PLATFORM=std2-all PYTHON_VERSION=3.8 PG_VERSION=17
23
- - TEST_PLATFORM=std2-all PYTHON_VERSION=3.9 PG_VERSION=17
22
+ - TEST_PLATFORM=std2-all PYTHON_VERSION=3.8.0 PG_VERSION=17
23
+ - TEST_PLATFORM=std2-all PYTHON_VERSION=3.8 PG_VERSION=17
24
+ - TEST_PLATFORM=std2-all PYTHON_VERSION=3.9 PG_VERSION=17
24
25
- TEST_PLATFORM=std2-all PYTHON_VERSION=3.10 PG_VERSION=17
25
26
- TEST_PLATFORM=std2-all PYTHON_VERSION=3.11 PG_VERSION=17
26
27
- TEST_PLATFORM=std PYTHON_VERSION=3 PG_VERSION=16
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ RUN apk add openssl openssl-dev
21
21
RUN apk add sqlite-dev
22
22
RUN apk add bzip2-dev
23
23
24
+ # --------------------------------------------- base3_with_python-3.8.0
25
+ FROM base2_with_python-3 as base3_with_python-3.8.0
26
+ ENV PYTHON_VERSION=3.8.0
27
+
24
28
# --------------------------------------------- base3_with_python-3.8
25
29
FROM base2_with_python-3 as base3_with_python-3.8
26
30
ENV PYTHON_VERSION=3.8
You can’t perform that action at this time.
0 commit comments