Merge pull request #1924

CI: update SOP test suite docker image to v2.0.0
This commit is contained in:
larabr 2025-10-29 13:07:09 +01:00 committed by GitHub
commit ede35e31a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,17 @@ jobs:
name: Run interoperability test suite
runs-on: ubuntu-latest
container:
image: ghcr.io/protonmail/openpgp-interop-test-docker:v1.1.12
image: ghcr.io/protonmail/openpgp-interop-test-docker:v2.0.0
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
steps:
# check out repo for scripts
- uses: actions/checkout@v5
# the interop image does not include Node.js
- uses: actions/setup-node@v6
with:
node-version: '22.x'
# check out pull request branch
- name: Checkout openpgpjs-branch
uses: actions/checkout@v5