Skip to content

Commit

Permalink
Update to test against OpenSSL 3 instead of OpenSSL 1 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen authored Oct 16, 2024
1 parent 58165cc commit 175c5d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/breakage-against-ponyc-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
name: Verify main against the latest ponyc
runs-on: ubuntu-latest
container:
image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-openssl_1.1.1w:latest
image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-openssl_3.3.2:latest
steps:
- uses: actions/[email protected]
- name: Test
run: make test config=debug ssl=1.1.x
run: make test config=debug ssl=3.0.x
- name: Send alert on failure
if: ${{ failure() }}
uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
name: Test against recent ponyc release on Linux
runs-on: ubuntu-latest
container:
image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-openssl_1.1.1w:release
image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-openssl_3.3.2:release
steps:
- uses: actions/[email protected]
- name: Test
run: make test config=debug ssl=1.1.x
run: make test config=debug ssl=3.0.x

0 comments on commit 175c5d7

Please sign in to comment.