Skip to content

Commit

Permalink
Merge pull request #348 from SUSE/psql16
Browse files Browse the repository at this point in the history
Enable PostgreSQL 16 testing for SLE15
  • Loading branch information
dirkmueller authored Nov 28, 2023
2 parents 326a955 + 4c43f61 commit f91d142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bci_tester/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ def create_BCI(
for pg_ver, pg_versions in (
(14, ["15.4"]),
(15, ["15.5", "15.6", "tumbleweed"]),
(16, ["tumbleweed"]),
(16, ["15.5", "15.6", "tumbleweed"]),
)
]

Expand Down

0 comments on commit f91d142

Please sign in to comment.