Skip to content

Upgrade PostgreSQL version in CI workflows #11448

@ahukkanen

Description

@ahukkanen

PostgreSQL version 11 is coming to its EOL in November this year (2023-11-09):
https://www.postgresql.org/support/versioning/

We are currently using version 11 in all workflow configurations:

image: postgres:11

image: postgres:11


These should be updated to a newer version.

I suggest upgrading to version 14 which is the version currently shipped with the latest Ubuntu LTS (22.04):
https://packages.ubuntu.com/jammy/database/postgresql

Metadata

Metadata

Assignees

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions