We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3968353 commit 79478b1Copy full SHA for 79478b1
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
strategy:
33
fail-fast: false
34
matrix:
35
- psmdb: ["5.0", "6.0", "7.0"]
+ psmdb: ["6.0", "7.0", "8.0"]
36
test: [logical, physical, incremental, external]
37
env:
38
PBM_BRANCH: ${{ github.event.inputs.pbm_branch || 'main' }}
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Setup environment with PSMDB ${{ matrix.psmdb }} for PBM PR/branch ${{ github.event.pull_request.title || env.PR_NUMBER || env.PBM_BRANCH }}
51
run: |
52
- PSMDB=percona/percona-server-mongodb:${{ matrix.psmdb }} docker compose build
+ PSMDB=perconalab/percona-server-mongodb:${{ matrix.psmdb }} docker compose build
53
docker compose up -d
54
working-directory: psmdb-testing/pbm-functional/pytest
55
0 commit comments