Skip to content

Commit a391ec4

Browse files
phracekzmiklank
authored andcommitted
Enable testing postgresql-16 in GitHub Action container-tests
and openshift-test pipeline Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 5a9f55d commit a391ec4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/container-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
fail-fast: false
5656
matrix:
57-
version: [ "10", "11", "12", "13", "14", "15" ]
57+
version: [ "10", "11", "12", "13", "14", "15", "16" ]
5858
os_test: [ "fedora", "rhel7", "rhel8", "rhel9", "c9s", "c8s"]
5959
test_case: [ "container" ]
6060

Diff for: .github/workflows/openshift-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
version: [ "10", "11", "12", "13", "15" ]
37+
version: [ "10", "11", "12", "13", "15", "16" ]
3838
os_test: [ "rhel7", "rhel8", "rhel9"]
3939
test_case: [ "openshift-3", "openshift-4" ]
4040
exclude:

0 commit comments

Comments
 (0)