Skip to content

Commit

Permalink
Merge pull request #24 from sclorg/enable_testing_rhel10
Browse files Browse the repository at this point in the history
Enable building valkey container on RHEL10.
  • Loading branch information
phracek authored Jan 20, 2025
2 parents 092a130 + 0baf258 commit f1b5f7d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
version: [ "7", "8" ]
os_test: [ "fedora", "c10s" ]
os_test: [ "fedora", "c10s", "rhel10" ]
test_case: [ "container" ]

if: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/openshift-pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ "7" ]
os_test: [ "rhel9"]
version: [ "7", "8" ]
os_test: [ "rhel10" ]
test_case: [ "openshift-pytest" ]

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/openshift-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ "7" ]
os_test: [ "rhel9"]
version: [ "7", "8" ]
os_test: [ "rhel10" ]
test_case: [ "openshift-4" ]

steps:
Expand Down

0 comments on commit f1b5f7d

Please sign in to comment.