aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpyca-boringbot[bot] <106132319+pyca-boringbot[bot]@users.noreply.github.com>2024-06-05 20:28:35 -0400
committerGitHub <noreply@github.com>2024-06-05 20:28:35 -0400
commit2d4241870d1cd41707dbd777ed81581bd8b8dabe (patch)
tree7fd818b39d5909445e23e1d4f3ef44bf0ef4449d
parent21f129af73b1e3e5a9452891ce46cba1a8c9025b (diff)
downloadpyca-cryptography-2d4241870d1cd41707dbd777ed81581bd8b8dabe.zip
pyca-cryptography-2d4241870d1cd41707dbd777ed81581bd8b8dabe.tar.gz
pyca-cryptography-2d4241870d1cd41707dbd777ed81581bd8b8dabe.tar.bz2
Bump BoringSSL and/or OpenSSL in CI (#11078)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0ce5028..18cba06 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 05, 2024.
- - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "fb1c75caf8ba5d45a0f2c52facd36e4ad9289549"}}
- # Latest commit on the OpenSSL master branch, as of Jun 05, 2024.
- - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "0e2567d7293d3204de66acca0ed55bda4f0c0768"}}
+ # Latest commit on the BoringSSL master branch, as of Jun 06, 2024.
+ - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "c1d9ac02514a138129872a036e3f8a1074dcb8bd"}}
+ # Latest commit on the OpenSSL master branch, as of Jun 06, 2024.
+ - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "5bbdbce856c7ca132e039a24a315618484874c81"}}
# Builds with various Rust versions. Includes MSRV and next
# potential future MSRV.
- {VERSION: "3.12", NOXSESSION: "rust,tests", RUST: "1.65.0"}