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

Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
This commit is contained in:
pyca-boringbot[bot] 2023-03-06 00:17:56 +00:00 committed by GitHub
parent f8bbaeb626
commit f0a59fdfbb
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 04, 2023.
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "boringssl", VERSION: "93e8d4463d59d671e9c5c6171226341f04b07907"}}
# Latest commit on the OpenSSL master branch, as of Mar 03, 2023.
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "openssl", VERSION: "08a11ba20461ce14b0a6b9c9e374fbea91fbd8cf"}}
# Latest commit on the BoringSSL master branch, as of Mar 06, 2023.
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "boringssl", VERSION: "3a7dfdb984434a4b4beef947b2e49602c557c0de"}}
# Latest commit on the OpenSSL master branch, as of Mar 06, 2023.
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "openssl", VERSION: "10836921e52ff9110c12b4b9f984e7c5ef1c89cc"}}
name: "${{ matrix.PYTHON.TOXENV }} ${{ matrix.PYTHON.OPENSSL.TYPE }} ${{ matrix.PYTHON.OPENSSL.VERSION }} ${{ matrix.PYTHON.TOXARGS }} ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }}"
timeout-minutes: 15
steps: