You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-03 00:26:59 +02:00
Remove CentOS 6 from tests and documentation.
CentOS6 EOL'd and the mirrors were swiftly deleted, leading to failures in tests and documentation. Remove CentOS 6 for now to get builds going again with the intention to replace it in the near future with CentOS 8.
This commit is contained in:
@ -83,8 +83,6 @@ sub run
|
||||
|
||||
foreach my $rhRun
|
||||
(
|
||||
{vm => VM1, remote => false, storage => POSIX, encrypt => false, compress => GZ},
|
||||
{vm => VM1, remote => true, storage => AZURE, encrypt => false, compress => LZ4},
|
||||
{vm => VM2, remote => false, storage => S3, encrypt => true, compress => BZ2},
|
||||
{vm => VM2, remote => true, storage => POSIX, encrypt => true, compress => BZ2},
|
||||
{vm => VM3, remote => false, storage => POSIX, encrypt => true, compress => LZ4},
|
||||
|
Reference in New Issue
Block a user