diff --git a/.github/test-suite/config.json.template b/.github/test-suite/config.json.template index 8e9a9d3ff..32c74d177 100644 --- a/.github/test-suite/config.json.template +++ b/.github/test-suite/config.json.template @@ -4,7 +4,8 @@ "id": "sop-openpgpjs-branch", "path": "__SOP_OPENPGPJS__", "env": { - "OPENPGPJS_PATH": "__OPENPGPJS_BRANCH__" + "OPENPGPJS_PATH": "__OPENPGPJS_BRANCH__", + "OPENPGPJS_CUSTOM_PROFILES": "{\"generate-key\": { \"post-quantum\": { \"description\": \"generate post-quantum v6 keys (relying on ML-DSA + ML-KEM)\", \"options\": { \"type\": \"pqc\", \"config\": { \"v6Keys\": true } } } } }" } }, { diff --git a/.github/workflows/sop-test-suite.yml b/.github/workflows/sop-test-suite.yml index 2e29721a4..9705a889e 100644 --- a/.github/workflows/sop-test-suite.yml +++ b/.github/workflows/sop-test-suite.yml @@ -10,7 +10,7 @@ jobs: name: Run interoperability test suite runs-on: ubuntu-latest container: - image: ghcr.io/protonmail/openpgp-interop-test-docker:v1.1.10 + image: ghcr.io/protonmail/openpgp-interop-test-docker:v1.1.11 credentials: username: ${{ github.actor }} password: ${{ secrets.github_token }}