8000 [CI] Test with Python 3.8.0 is added [std2-all] · postgrespro/testgres@b0fd127 · GitHub
[go: up one dir, main page]

Skip to content

Commit b0fd127

Browse files
[CI] Test with Python 3.8.0 is added [std2-all]
1 parent 48c7625 commit b0fd127

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ notifications:
1919
on_failure: always
2020

2121
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
2425
- TEST_PLATFORM=std2-all PYTHON_VERSION=3.10 PG_VERSION=17
2526
- TEST_PLATFORM=std2-all PYTHON_VERSION=3.11 PG_VERSION=17
2627
- TEST_PLATFORM=std PYTHON_VERSION=3 PG_VERSION=16

Dockerfile--std2-all.tmpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ RUN apk add openssl openssl-dev
2121
RUN apk add sqlite-dev
2222
RUN apk add bzip2-dev
2323

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+
2428
# --------------------------------------------- base3_with_python-3.8
2529
FROM base2_with_python-3 as base3_with_python-3.8
2630
ENV PYTHON_VERSION=3.8

0 commit comments

Comments
 (0)
0