Skip to content

Commit

Permalink
Bump BoringSSL and/or OpenSSL in CI (#7946)
Browse files Browse the repository at this point in the history
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
  • Loading branch information
pyca-boringbot[bot] and pyca-boringbot[bot] authored Dec 29, 2022
1 parent 0a02a7d commit 4de6304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- {VERSION: "3.12-dev", TOXENV: "py312"}
# Latest commit on the BoringSSL master branch, as of Dec 23, 2022.
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "boringssl", VERSION: "31bad2514d21f6207f3925ba56754611c462a873"}}
# Latest commit on the OpenSSL master branch, as of Dec 23, 2022.
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "openssl", VERSION: "98663afce7a909be1518921a9995540308a52462"}}
# Latest commit on the OpenSSL master branch, as of Dec 29, 2022.
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "openssl", VERSION: "43a9e682d80d0abe4ffd0c76d18c43cf059a2bcc"}}
name: "${{ matrix.PYTHON.TOXENV }} ${{ matrix.PYTHON.OPENSSL.TYPE }} ${{ matrix.PYTHON.OPENSSL.VERSION }} ${{ matrix.PYTHON.TOXARGS }} ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }}"
timeout-minutes: 15
steps:
Expand Down

0 comments on commit 4de6304

Please sign in to comment.