Skip to content

Commit

Permalink
chore: update gcp postgres version to 16
Browse files Browse the repository at this point in the history
close #6689
  • Loading branch information
qdelettre committed Sep 2, 2024
1 parent e9ce91f commit 5b128ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def get_inspected_key(self):
return 'database_version'

def get_expected_values(self):
return ["POSTGRES_15", "MYSQL_8_0", "SQLSERVER_2022_STANDARD", "SQLSERVER_2022_WEB",
return ["POSTGRES_16", "MYSQL_8_0", "SQLSERVER_2022_STANDARD", "SQLSERVER_2022_WEB",
"SQLSERVER_2022_ENTERPRISE", "SQLSERVER_2022_EXPRESS"]


Expand Down

0 comments on commit 5b128ed

Please sign in to comment.