Skip to content

Commit

Permalink
Enable testing postgresql-16 in GitHub Action container-tests
Browse files Browse the repository at this point in the history
and openshift-test pipeline

Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek authored and zmiklank committed Jan 9, 2024
1 parent 5a9f55d commit a391ec4
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 @@ -54,7 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ "10", "11", "12", "13", "14", "15" ]
version: [ "10", "11", "12", "13", "14", "15", "16" ]
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 @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ "10", "11", "12", "13", "15" ]
version: [ "10", "11", "12", "13", "15", "16" ]
os_test: [ "rhel7", "rhel8", "rhel9"]
test_case: [ "openshift-3", "openshift-4" ]
exclude:
Expand Down

0 comments on commit a391ec4

Please sign in to comment.