Skip to content

Commit

Permalink
Enables testing mariadb on RHEL 10
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
phracek committed Jan 14, 2025
1 parent 3d088c4 commit 96d7511
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-tests.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
version: [ "10.3", "10.5", "10.11" ]
os_test: [ "fedora", "rhel8", "rhel9", "c9s", "c10s" ]
os_test: [ "fedora", "rhel8", "rhel9", "c9s", "c10s", "rhel10" ]
test_case: [ "container" ]

if: |
2 changes: 1 addition & 1 deletion .github/workflows/openshift-pytests.yml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
version: [ "10.3", "10.5", "10.11" ]
os_test: [ "rhel8", "rhel9"]
os_test: [ "rhel8", "rhel9", "rhel10" ]
test_case: [ "openshift-pytest" ]

steps:
2 changes: 1 addition & 1 deletion .github/workflows/openshift-tests.yml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
version: [ "10.3", "10.5", "10.11" ]
os_test: [ "rhel8", "rhel9"]
os_test: [ "rhel8", "rhel9", "rhel10" ]
test_case: [ "openshift-4" ]

steps:

0 comments on commit 96d7511

Please sign in to comment.