Skip to content

Commit

Permalink
Add support for testing postgresql container in C10S
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Aug 16, 2024
1 parent 4e09055 commit 256a121
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 @@ -58,7 +58,7 @@ jobs:
fail-fast: false
matrix:
version: [ "11", "12", "13", "14", "15", "16" ]
os_test: [ "fedora", "rhel8", "rhel9", "c9s" ]
os_test: [ "fedora", "rhel8", "rhel9", "c9s", "c10s" ]
test_case: [ "container" ]

if: |
Expand Down

0 comments on commit 256a121

Please sign in to comment.