From 0b15607b94b4ef071c4e7dcead6689583300f250 Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Sun, 14 Jan 2024 20:55:21 +0000 Subject: [PATCH] Upgrade OpenSSL 3.x test environment This switches us to testing against OpenSSL 3.2.0 from OpenSSL 3.1.3. 3.1.3 seems to work fine for us, but we've identified a bug with OpenSSL 3.2.0. See https://github.com/ponylang/net_ssl/issues/105 for more information on the bug. --- .github/workflows/breakage-against-linux-ponyc-latest.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/breakage-against-linux-ponyc-latest.yml b/.github/workflows/breakage-against-linux-ponyc-latest.yml index 8f1eadb..b2c4ca9 100644 --- a/.github/workflows/breakage-against-linux-ponyc-latest.yml +++ b/.github/workflows/breakage-against-linux-ponyc-latest.yml @@ -51,7 +51,7 @@ jobs: name: OpenSSL 3.x with most recent ponyc latest runs-on: ubuntu-latest container: - image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-openssl_3.1.3:latest + image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-openssl_3.2.0:latest steps: - uses: actions/checkout@v3 - name: Test diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 20b1195..225246e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -56,7 +56,7 @@ jobs: name: OpenSSL 3.x with most recent ponyc release runs-on: ubuntu-latest container: - image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-openssl_3.1.3:release + image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-openssl_3.2.0:release steps: - uses: actions/checkout@v3 - name: Test