mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
Change CentOS 7 documentation test to CentOS 8.
The CentOS 7 documentation test relies on PostgreSQL 9.5 which has been removed from the yum.p.o repository package. Switch the test to CentOS 8 to fix the immediate issue, but a decision on the PostgreSQL 9.5 documentation will need to be made before the next release.
This commit is contained in:
parent
2bfebff2ec
commit
87ba2ca253
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -36,8 +36,8 @@ jobs:
|
||||
# All unit tests (with coverage) on the newest gcc available
|
||||
- param: test --vm=f32 --param=c-only --param=tz=America/New_York
|
||||
|
||||
# RHEL/CentOS 7 documentation
|
||||
- param: doc --vm=co7
|
||||
# RHEL/CentOS 8 documentation
|
||||
- param: doc --vm=co8
|
||||
|
||||
# All integration tests
|
||||
- param: test --vm=co7 --param=module=mock --param=module=real
|
||||
|
@ -149,7 +149,7 @@ eval
|
||||
|
||||
if ($ARGV[0] eq 'doc')
|
||||
{
|
||||
if ($strVm eq VM_CO7)
|
||||
if ($strVm eq VM_CO7 || $strVm eq VM_CO8)
|
||||
{
|
||||
processBegin('LaTeX install');
|
||||
processExec(
|
||||
|
Loading…
Reference in New Issue
Block a user