aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorpyca-boringbot[bot] <106132319+pyca-boringbot[bot]@users.noreply.github.com>2024-06-21 00:16:11 +0000
committerGitHub <noreply@github.com>2024-06-21 00:16:11 +0000
commitca6597c448ece36bbd368b9ea7a587ec1a5357c4 (patch)
tree90574c9d2cdaaf28484a39fe1fcdbd90c853f519 /.github
parent320314cc4a35a22a2ec95a6fa95edea8b017cb54 (diff)
downloadpyca-cryptography-ca6597c448ece36bbd368b9ea7a587ec1a5357c4.zip
pyca-cryptography-ca6597c448ece36bbd368b9ea7a587ec1a5357c4.tar.gz
pyca-cryptography-ca6597c448ece36bbd368b9ea7a587ec1a5357c4.tar.bz2
Bump BoringSSL and/or OpenSSL in CI (#11130)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
Diffstat (limited to '.github')
-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 3201afb..ebf914c 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 20, 2024.
- - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "84dc9bb624b47bda0bf802ae9e04a6eecb40865c"}}
- # Latest commit on the OpenSSL master branch, as of Jun 20, 2024.
- - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "d5412c94a399d3923b2dec2431ead60288d857c8"}}
+ # Latest commit on the BoringSSL master branch, as of Jun 21, 2024.
+ - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "d1e6d3b4af50c9490cc6210e2763b3c45ba14b07"}}
+ # Latest commit on the OpenSSL master branch, as of Jun 21, 2024.
+ - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "a7ed61ce8b0565483e6b0e44ed9b13682305e609"}}
# Builds with various Rust versions. Includes MSRV and next
# potential future MSRV.
- {VERSION: "3.12", NOXSESSION: "rust,tests", RUST: "1.65.0"}