diff options
| author | pyca-boringbot[bot] <106132319+pyca-boringbot[bot]@users.noreply.github.com> | 2022-12-21 00:22:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-21 00:22:05 +0000 |
| commit | 4868142f4193c441b4995f54c70caad7b06dc093 (patch) | |
| tree | a4adae35e16f72fd058870cb424495b198f3ce24 | |
| parent | 73896bef1f777048a40d232fe3c1c565d0e6578d (diff) | |
| download | cryptography-4868142f4193c441b4995f54c70caad7b06dc093.tar.gz | |
Bump BoringSSL and/or OpenSSL in CI (#7919)
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 23fc5ad6f..830efe9a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,8 +39,8 @@ jobs: - {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "libressl", VERSION: "3.7.0"}} - {VERSION: "3.11", TOXENV: "py311-randomorder"} - {VERSION: "3.12-dev", TOXENV: "py312"} - # Latest commit on the BoringSSL master branch, as of Dec 16, 2022. - - {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "boringssl", VERSION: "97dd962a20b1d19c9e569cf8756fbcfc48ff7c73"}} + # Latest commit on the BoringSSL master branch, as of Dec 21, 2022. + - {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "boringssl", VERSION: "d1b20a9580aebb6fbb0b1b2408cf1221d83afb71"}} # Latest commit on the OpenSSL master branch, as of Dec 17, 2022. - {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "openssl", VERSION: "f5b06306b7727f830407c639f8a7bf1698f8aaa5"}} name: "${{ matrix.PYTHON.TOXENV }} ${{ matrix.PYTHON.OPENSSL.TYPE }} ${{ matrix.PYTHON.OPENSSL.VERSION }} ${{ matrix.PYTHON.TOXARGS }} ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }}" |
