Skip to content

Commit 79478b1

Browse files
CI Remove PSMDB 5.0 and add 8.0, temporary use images from perconalab until 8.0 release (#1047)
1 parent 3968353 commit 79478b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
psmdb: ["5.0", "6.0", "7.0"]
35+
psmdb: ["6.0", "7.0", "8.0"]
3636
test: [logical, physical, incremental, external]
3737
env:
3838
PBM_BRANCH: ${{ github.event.inputs.pbm_branch || 'main' }}
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Setup environment with PSMDB ${{ matrix.psmdb }} for PBM PR/branch ${{ github.event.pull_request.title || env.PR_NUMBER || env.PBM_BRANCH }}
5151
run: |
52-
PSMDB=percona/percona-server-mongodb:${{ matrix.psmdb }} docker compose build
52+
PSMDB=perconalab/percona-server-mongodb:${{ matrix.psmdb }} docker compose build
5353
docker compose up -d
5454
working-directory: psmdb-testing/pbm-functional/pytest
5555

0 commit comments

Comments
 (0)