Skip to content

Commit

Permalink
Add support for testing C10S
Browse files Browse the repository at this point in the history
This is first part of C10S support.

The second part will be to update ruby 3.3 so
it is tested.

Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Aug 14, 2024
1 parent 5d94af4 commit 06459cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
version: [ "2.5", "3.0", "3.1", "3.3" ]
os_test: [ "fedora", "rhel8", "rhel9"]
os_test: [ "fedora", "rhel8", "rhel9", "c10s" ]
test_case: [ "container" ]

if: |
Expand Down

0 comments on commit 06459cd

Please sign in to comment.