diff options
| author | pyca-boringbot[bot] <106132319+pyca-boringbot[bot]@users.noreply.github.com> | 2023-02-25 01:57:12 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-25 01:57:12 +0000 |
| commit | 008e69d755b4a7adbbad212211a5967ccceb930c (patch) | |
| tree | 659079ef8e43664728d016af0e0b61b26c80c116 | |
| parent | 199dc75189bb3ec49fefe871596458026a10f9cf (diff) | |
| download | cryptography-008e69d755b4a7adbbad212211a5967ccceb930c.tar.gz | |
Bump BoringSSL and/or OpenSSL in CI (#8388)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d239f34c..0cf2f4b83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,10 +40,10 @@ 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 Feb 24, 2023. - - {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "boringssl", VERSION: "6ab4f0ae7f2db96d240eb61a5a8b4724e5a09b2f"}} - # Latest commit on the OpenSSL master branch, as of Feb 24, 2023. - - {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "openssl", VERSION: "ee58915cfd9d0ad67f52d43cc1a2ce549049d248"}} + # Latest commit on the BoringSSL master branch, as of Feb 25, 2023. + - {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "boringssl", VERSION: "b3c2c756aeec1c4309447f5247f61d435274da4a"}} + # Latest commit on the OpenSSL master branch, as of Feb 25, 2023. + - {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "openssl", VERSION: "9a2f78e14a67eeaadefc77d05f0778fc9684d26c"}} name: "${{ matrix.PYTHON.TOXENV }} ${{ matrix.PYTHON.OPENSSL.TYPE }} ${{ matrix.PYTHON.OPENSSL.VERSION }} ${{ matrix.PYTHON.TOXARGS }} ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }}" timeout-minutes: 15 steps: |
