Bump BoringSSL and/or OpenSSL in CI (#8537)

Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
This commit is contained in:
pyca-boringbot[bot] 2023-03-17 00:20:38 +00:00 committed by GitHub
parent c640735d7a
commit 9216a82de8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 Mar 16, 2023.
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "boringssl", VERSION: "74646566e93de7551bfdfc5f49de7462f13d1d05"}}
# Latest commit on the OpenSSL master branch, as of Mar 16, 2023.
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "openssl", VERSION: "738d43634a5192b1be0869f151682bb8e9157d5a"}}
# Latest commit on the BoringSSL master branch, as of Mar 17, 2023.
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "boringssl", VERSION: "898de8d09e10960e64901e2d9836cdea5dd1d1a6"}}
# Latest commit on the OpenSSL master branch, as of Mar 17, 2023.
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "openssl", VERSION: "c879f8ac56170a5cf929fab8067beb2a5902be2b"}}
name: "${{ matrix.PYTHON.TOXENV }} ${{ matrix.PYTHON.OPENSSL.TYPE }} ${{ matrix.PYTHON.OPENSSL.VERSION }} ${{ matrix.PYTHON.TOXARGS }} ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }}"
timeout-minutes: 15
env: