Skip to content

Commit 35992bb

Browse files
authored
Merge pull request #487 from sclorg/add_support_testing_post15
Add support for building, testing and pushing postgresql-15
2 parents 23d4803 + 8ace59f commit 35992bb

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.github/workflows/build-and-push.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ jobs:
7070
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
7171
image_name: "postgresql-13"
7272
docker_context: 13
73+
- dockerfile: "15/Dockerfile.fedora"
74+
registry_namespace: "fedora"
75+
tag: "15"
76+
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
77+
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
78+
image_name: "postgresql-15"
79+
docker_context: 15
7380

7481
steps:
7582
- name: Build and push to quay.io registry

.github/workflows/container-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
strategy:
5656
fail-fast: false
5757
matrix:
58-
version: [ "10", "11", "12", "13" ]
58+
version: [ "10", "11", "12", "13", "15" ]
5959
os_test: [ "fedora", "centos7", "rhel7", "rhel8", "rhel9", "c9s", "c8s"]
6060
include:
6161
- tmt_plan: "fedora"

.github/workflows/openshift-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
version: [ "10", "11", "12", "13" ]
37+
version: [ "10", "11", "12", "13", "15" ]
3838
os_test: [ "centos7", "rhel7", "rhel8", "rhel9"]
3939
include:
4040
- tmt_plan: "centos7"

common

0 commit comments

Comments
 (0)