diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index a95ab111..84f11a0a 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -70,6 +70,13 @@ jobs: quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN" image_name: "postgresql-13" docker_context: 13 + - dockerfile: "15/Dockerfile.fedora" + registry_namespace: "fedora" + tag: "15" + quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME" + quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN" + image_name: "postgresql-15" + docker_context: 15 steps: - name: Build and push to quay.io registry diff --git a/.github/workflows/container-tests.yml b/.github/workflows/container-tests.yml index 67d5445d..8e9bb648 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -55,7 +55,7 @@ jobs: strategy: fail-fast: false matrix: - version: [ "10", "11", "12", "13" ] + version: [ "10", "11", "12", "13", "15" ] os_test: [ "fedora", "centos7", "rhel7", "rhel8", "rhel9", "c9s", "c8s"] include: - tmt_plan: "fedora" diff --git a/.github/workflows/openshift-tests.yml b/.github/workflows/openshift-tests.yml index 6f0db292..0aad827f 100644 --- a/.github/workflows/openshift-tests.yml +++ b/.github/workflows/openshift-tests.yml @@ -34,7 +34,7 @@ jobs: strategy: fail-fast: false matrix: - version: [ "10", "11", "12", "13" ] + version: [ "10", "11", "12", "13", "15" ] os_test: [ "centos7", "rhel7", "rhel8", "rhel9"] include: - tmt_plan: "centos7" diff --git a/common b/common index 2ce71d45..4d21ab6c 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 2ce71d454c33e46f2034e446e914d74a355989a5 +Subproject commit 4d21ab6c92f5845aaa0c52f30abe4a86ac56c09c