summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpyca-boringbot[bot] <106132319+pyca-boringbot[bot]@users.noreply.github.com>2023-05-16 08:33:17 +0800
committerGitHub <noreply@github.com>2023-05-16 08:33:17 +0800
commit16fbebd345460fa173d851b226ecbf74abf9c3ec (patch)
tree4e41e06d53ffb095bd0152cddb31ba9c23b4629f
parente26a4207037f7e76dbb1913c52907c5342937ec8 (diff)
downloadcryptography-16fbebd345460fa173d851b226ecbf74abf9c3ec.tar.gz
Bump BoringSSL and/or OpenSSL in CI (#8932)
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 291d5c6ac..53fe7c385 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 15, 2023.
- - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "c1f5d795c2e5778254c94ca115fb89ff56624b73"}}
- # Latest commit on the OpenSSL master branch, as of May 13, 2023.
- - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "2b5a546ce1960883febc51f5d2a71a8b7c1b3ab9"}}
+ # Latest commit on the BoringSSL master branch, as of May 16, 2023.
+ - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "dd9ee6068667ca58c8d6f1c1cea617fd69452ecf"}}
+ # Latest commit on the OpenSSL master branch, as of May 16, 2023.
+ - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "43d5dac9d00ac486823d949f85ee3ad650b62af8"}}
timeout-minutes: 15
steps:
- uses: actions/checkout@v3.5.2