summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpyca-boringbot[bot] <106132319+pyca-boringbot[bot]@users.noreply.github.com>2023-05-11 00:17:31 +0000
committerGitHub <noreply@github.com>2023-05-11 00:17:31 +0000
commit998e86659ae750562ecc0bcf0eabd1828fd5c9ed (patch)
treec08989840978accf9caaab4a9875a7b2c67e631a
parenta8aaf19c3eb8d2ee7855d6b2c09ebe32f86aa7d5 (diff)
downloadcryptography-998e86659ae750562ecc0bcf0eabd1828fd5c9ed.tar.gz
Bump BoringSSL and/or OpenSSL in CI (#8905)
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 41fac5d7b..521295b9d 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 09, 2023.
- - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "2aae3f58b42e75690f28853f712a2e204857b7f6"}}
- # Latest commit on the OpenSSL master branch, as of May 10, 2023.
- - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "8c63b14296f117b07781509ced529a8955d78fb9"}}
+ # Latest commit on the BoringSSL master branch, as of May 11, 2023.
+ - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "c6dd304d2c628277b710ab50ce9eed660696756d"}}
+ # Latest commit on the OpenSSL master branch, as of May 11, 2023.
+ - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "20d4dc8898edc12806ead2100ac09b907662aff6"}}
timeout-minutes: 15
steps:
- uses: actions/checkout@v3.5.2