diff options
| author | pyca-boringbot[bot] <106132319+pyca-boringbot[bot]@users.noreply.github.com> | 2023-04-20 18:17:46 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-20 18:17:46 -0600 |
| commit | 48f4bde6690020880a0b2dfa714d8a5ab6d46f19 (patch) | |
| tree | feca2ef36a7167306f91a005b1f1c10b689e723f | |
| parent | 7af92f2ffb3f3191c1ea3f61fa5c3d3666e5443a (diff) | |
| download | cryptography-48f4bde6690020880a0b2dfa714d8a5ab6d46f19.tar.gz | |
Bump BoringSSL and/or OpenSSL in CI (#8767)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8037e9a3b..6617011f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,8 +43,8 @@ jobs: - {VERSION: "3.12-dev", NOXSESSION: "tests"} # Latest commit on the BoringSSL master branch, as of Apr 20, 2023. - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "bcecc7d834fc44ad257b2f23f88e1cf597ab2736"}} - # Latest commit on the OpenSSL master branch, as of Apr 20, 2023. - - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "c8093347f736c7991350d26048b680d0e64974a0"}} + # Latest commit on the OpenSSL master branch, as of Apr 21, 2023. + - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "a901b31e99442f087051ae7efdcbc9ad6e6a5b33"}} timeout-minutes: 15 steps: - uses: actions/checkout@v3.5.2 |
