summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpyca-boringbot[bot] <106132319+pyca-boringbot[bot]@users.noreply.github.com>2023-05-13 00:18:10 +0000
committerGitHub <noreply@github.com>2023-05-13 00:18:10 +0000
commit35ce702c9c2a5a0ceaaaf77bf8e9e7871511ce73 (patch)
tree18ca964faa8db28db8c84f1c38f6ee2658973bbd
parent1dc587285c863d09a45129e68836181e70e15244 (diff)
downloadcryptography-35ce702c9c2a5a0ceaaaf77bf8e9e7871511ce73.tar.gz
Bump BoringSSL and/or OpenSSL in CI (#8917)
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 503475918..3a3d8e587 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -41,10 +41,10 @@ jobs:
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "libressl", VERSION: "3.7.2"}}
- {VERSION: "3.11", NOXSESSION: "tests-randomorder"}
- {VERSION: "3.12-dev", NOXSESSION: "tests"}
- # Latest commit on the BoringSSL master branch, as of May 12, 2023.
- - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "e24491a09cbae08cccd1ad894455d547218d89c8"}}
- # Latest commit on the OpenSSL master branch, as of May 12, 2023.
- - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "13069d0144096ef8cecc82fb7fcd1a1eed93d7a8"}}
+ # Latest commit on the BoringSSL master branch, as of May 13, 2023.
+ - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "c215ce7e8230786e0d4ec463d95a9e44af513e6a"}}
+ # Latest commit on the OpenSSL master branch, as of May 13, 2023.
+ - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "2b5a546ce1960883febc51f5d2a71a8b7c1b3ab9"}}
timeout-minutes: 15
steps:
- uses: actions/checkout@v3.5.2