Skip to content

Commit

Permalink
Add support for testing MariaDB 10.11 in sclorg pipeline.
Browse files Browse the repository at this point in the history
Files that were modified are container-tests.yml and openshift-tests.yml

Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek authored and zmiklank committed Jan 15, 2024
1 parent bbf9277 commit 7bdbeb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ "10.3", "10.5" ]
version: [ "10.3", "10.5", "10.11" ]
os_test: [ "fedora", "rhel7", "rhel8", "rhel9", "c9s", "c8s"]
test_case: [ "container" ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openshift-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ "10.3", "10.5" ]
version: [ "10.3", "10.5", "10.11" ]
os_test: [ "centos7", "rhel7", "rhel8", "rhel9"]
test_case: [ "openshift-3", "openshift-4" ]
exclude:
Expand Down

0 comments on commit 7bdbeb3

Please sign in to comment.