Skip to content

Commit

Permalink
Test Suite - update pgBackRest latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
pgstef committed Sep 5, 2024
1 parent d052d7d commit 01eba83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
DBTYPE: PG
DBVERSION: 16
CLNAME: ro9pg
EXTRA_VARS: "pgbackrest_excpected_release=2.52.1 check_pgbackrest_build=true"
EXTRA_VARS: "pgbackrest_excpected_release=2.53.1 check_pgbackrest_build=true"

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
DBTYPE: PG
DBVERSION: 16
CLNAME: u22pg
EXTRA_VARS: "pgbackrest_excpected_release=2.52.1 check_pgbackrest_build=true"
EXTRA_VARS: "pgbackrest_excpected_release=2.53.1 check_pgbackrest_build=true"

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion tests/platforms/minio/create-bucket.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from minio import Minio
from minio.error import S3Error
from minio.commonconfig import ENABLED
from minio.sseconfig import SseConfig
from minio.versioningconfig import VersioningConfig

def main():
Expand Down

0 comments on commit 01eba83

Please sign in to comment.