Skip to content

Commit

Permalink
Bump BoringSSL and/or OpenSSL in CI (#8863)
Browse files Browse the repository at this point in the history
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot][email protected]>
  • Loading branch information
pyca-boringbot[bot] and pyca-boringbot[bot] authored May 4, 2023
1 parent bbea31b commit e72f353
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "libressl", VERSION: "3.7.2"}}
- {VERSION: "3.11", NOXSESSION: "tests-randomorder"}
- {VERSION: "3.12-dev", NOXSESSION: "tests"}
# Latest commit on the BoringSSL master branch, as of May 03, 2023.
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "4c8bcf0da2951cacd8ed8eaa7fd2df4b22fca23b"}}
# Latest commit on the OpenSSL master branch, as of May 03, 2023.
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "56547da9d3fa24f54b439497d322b12beb004c80"}}
# Latest commit on the BoringSSL master branch, as of May 04, 2023.
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "85e6453cc3b940b2151681f55e698b625be0d723"}}
# Latest commit on the OpenSSL master branch, as of May 04, 2023.
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "010333be5362a07508888124c83efac35b28760f"}}
timeout-minutes: 15
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit e72f353

Please sign in to comment.