aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorpyca-boringbot[bot] <106132319+pyca-boringbot[bot]@users.noreply.github.com>2024-06-18 00:15:58 +0000
committerGitHub <noreply@github.com>2024-06-18 00:15:58 +0000
commit28aefb2fa04bd083cd9bbc51312f612595a73296 (patch)
tree0b14eddb23e4cd62108938ed6dc2b12fdfb1e113 /.github
parent056f488bca57f22ead49d74629b8bb6ff249b6cc (diff)
downloadpyca-cryptography-28aefb2fa04bd083cd9bbc51312f612595a73296.zip
pyca-cryptography-28aefb2fa04bd083cd9bbc51312f612595a73296.tar.gz
pyca-cryptography-28aefb2fa04bd083cd9bbc51312f612595a73296.tar.bz2
Bump BoringSSL and/or OpenSSL in CI (#11113)
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 598f50f..4b50a23 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 13, 2024.
- - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "9cac8a6b38c1cbd45c77aee108411d588da006fe"}}
- # Latest commit on the OpenSSL master branch, as of Jun 16, 2024.
- - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "6e01d3114b77c82cf83a2bfe53f7ba97840fbe36"}}
+ # 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"}}
# Builds with various Rust versions. Includes MSRV and next
# potential future MSRV.
- {VERSION: "3.12", NOXSESSION: "rust,tests", RUST: "1.65.0"}