Skip to content

Commit ff147de

Browse files
authored
Merge pull request #496 from sclorg/support_14_in_github_actions
Enable testing PostgreSQL 14 on Fedora host
2 parents 7ab251e + ebde663 commit ff147de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/container-tests.yml

Lines changed: 2 additions & 2 deletions
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", "15" ]
58+
version: [ "10", "11", "12", "13", "14", "15" ]
5959
os_test: [ "fedora", "centos7", "rhel7", "rhel8", "rhel9", "c9s", "c8s"]
6060
include:
6161
- tmt_plan: "fedora"
@@ -75,7 +75,7 @@ jobs:
7575
- tmt_plan: "rhel7-docker"
7676
os_test: "rhel7"
7777
context: "RHEL7"
78-
compose: "RHEL-7.9-Released"
78+
compose: "RHEL-7-LatestUpdated"
7979
api_key: "TF_INTERNAL_API_KEY"
8080
branch: "master"
8181
tmt_repo: "https://gitlab.cee.redhat.com/platform-eng-core-services/sclorg-tmt-plans"

.github/workflows/openshift-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- tmt_plan: "rhel7-openshift-3"
4949
os_test: "rhel7"
5050
context: "RHEL7 - OpenShift 3"
51-
compose: "RHEL-7.9-Released"
51+
compose: "RHEL-7-LatestUpdated"
5252
api_key: "TF_INTERNAL_API_KEY"
5353
branch: "master"
5454
tmt_repo: "https://gitlab.cee.redhat.com/platform-eng-core-services/sclorg-tmt-plans"
@@ -57,7 +57,7 @@ jobs:
5757
- tmt_plan: "rhel7-openshift-4"
5858
os_test: "rhel7"
5959
context: "RHEL7 - OpenShift 4"
60-
compose: "RHEL-7.9-Released"
60+
compose: "RHEL-7-LatestUpdated"
6161
test_name: "test-openshift-4"
6262
api_key: "TF_INTERNAL_API_KEY"
6363
branch: "master"

0 commit comments

Comments
 (0)