From c91352e3dde465f56dba67d4709ceaf5012637fd Mon Sep 17 00:00:00 2001 From: "pyca-boringbot[bot]" <106132319+pyca-boringbot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 20:23:18 -0400 Subject: Bump BoringSSL and/or OpenSSL in CI (#11116) Co-authored-by: pyca-boringbot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b50a23..cd02df5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,10 +43,10 @@ jobs: - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "3.8.4"}} - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "3.9.2"}} - {VERSION: "3.12", NOXSESSION: "tests-randomorder"} - # Latest commit on the BoringSSL master branch, as of Jun 18, 2024. - - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "e1d209d4432846d28c31d84f269f4edcb9a63509"}} - # Latest commit on the OpenSSL master branch, as of Jun 18, 2024. - - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "58301e24f66aa74b13b85a171dd14e6088c35662"}} + # Latest commit on the BoringSSL master branch, as of Jun 19, 2024. + - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "c6c0b650091e90e6206a361c14a73223f54d42c1"}} + # Latest commit on the OpenSSL master branch, as of Jun 19, 2024. + - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "5aec3f4a72604d76970581f1ea445b331beda608"}} # Builds with various Rust versions. Includes MSRV and next # potential future MSRV. - {VERSION: "3.12", NOXSESSION: "rust,tests", RUST: "1.65.0"} -- cgit v1.1