diff --git a/.github/workflows/bitnami.yml b/.github/workflows/bitnami.yml index c7c52b0..f56e9bd 100644 --- a/.github/workflows/bitnami.yml +++ b/.github/workflows/bitnami.yml @@ -31,8 +31,8 @@ jobs: strategy: fail-fast: false matrix: - pg: [14, 15, 16, 17] - base-image: [postgresql, postgresql-repmgr] + pg: [17] + base-image: [postgresql] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index 13f99fc..4f35ba9 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -18,7 +18,10 @@ jobs: fail-fast: false matrix: pg: [14, 15, 16, 17] - type: ['normal', 'repmgr-bitnami', 'bitnami'] + type: ['normal'] + include: + pg: 17 + type: 'bitnami' steps: - name: Check out the source uses: actions/checkout@v4