1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-04 09:43:08 +02:00

Shuffle PostgreSQL versions between test containers.

Ubuntu 20.04 has been having consistent errors starting PostgreSQL 10 so move 9.5 to this container instead. An older version makes sense with an older distro.

Also move PostgreSQL 12 from RHEL 8 since this version will be EOL soon.
This commit is contained in:
David Steele 2024-10-08 18:15:34 +03:00
parent b50ad48fd4
commit 1020bc117a

View File

@ -157,9 +157,9 @@ my $oyVm =
&VM_DB_TEST =>
[
PG_VERSION_12,
PG_VERSION_14,
PG_VERSION_15,
PG_VERSION_16,
],
},
@ -216,8 +216,8 @@ my $oyVm =
&VM_DB_TEST =>
[
PG_VERSION_94,
PG_VERSION_95,
PG_VERSION_96,
PG_VERSION_10,
],
},
@ -249,9 +249,9 @@ my $oyVm =
&VM_DB_TEST =>
[
PG_VERSION_95,
PG_VERSION_10,
PG_VERSION_11,
PG_VERSION_16,
PG_VERSION_12,
PG_VERSION_17,
],
},