1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-03-03 14:52:21 +02:00

Move some PostgreSQL integration tests to rh7.

This makes the u20 test run faster. Since u20 is currently the longest running test, the time to complete all tests is also improved.
This commit is contained in:
David Steele 2022-05-11 15:59:37 -04:00
parent a913113fda
commit 3d8ee552fe

View File

@ -152,6 +152,10 @@ my $oyVm =
&VM_DB_TEST =>
[
PG_VERSION_96,
PG_VERSION_10,
PG_VERSION_11,
PG_VERSION_12,
PG_VERSION_13,
],
},
@ -281,10 +285,6 @@ my $oyVm =
PG_VERSION_93,
PG_VERSION_94,
PG_VERSION_95,
PG_VERSION_10,
PG_VERSION_11,
PG_VERSION_12,
PG_VERSION_13,
PG_VERSION_14,
PG_VERSION_15,
],