Skip to content

Commit 9606f13

Browse files
committed
Enable testing postgresql-container on RHEL10 quest.
No code is changed. GitHub Action should not be needed to call Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent 2b0c29b commit 9606f13

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/container-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
fail-fast: false
5959
matrix:
6060
version: [ "11", "12", "13", "14", "15", "16" ]
61-
os_test: [ "fedora", "rhel8", "rhel9", "c9s", "c10s" ]
61+
os_test: [ "fedora", "rhel8", "rhel9", "rhel10", "c9s", "c10s" ]
6262
test_case: [ "container" ]
6363

6464
if: |

.github/workflows/openshift-pytests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
version: [ "12", "13", "14", "15", "16" ]
31-
os_test: [ "rhel8", "rhel9"]
31+
os_test: [ "rhel8", "rhel9", "rhel10"]
3232
test_case: [ "openshift-pytest" ]
3333

3434
steps:

.github/workflows/openshift-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fail-fast: false
4949
matrix:
5050
version: [ "11", "12", "13", "15", "16" ]
51-
os_test: [ "rhel8", "rhel9"]
51+
os_test: [ "rhel8", "rhel9", "rhel10" ]
5252
test_case: [ "openshift-4" ]
5353
steps:
5454
- uses: sclorg/tfaga-wrapper@main

0 commit comments

Comments
 (0)