diff options
| author | pyca-boringbot[bot] <106132319+pyca-boringbot[bot]@users.noreply.github.com> | 2023-04-25 02:08:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-25 02:08:49 +0000 |
| commit | 392835b8a42d1555a04aa02408b3cdbd045f75d8 (patch) | |
| tree | af40babad613c8f4c60fb1f9799e30fbe0fe7238 | |
| parent | 9108d82a284a2996aa1fcbc2f318bf657c53049c (diff) | |
| download | cryptography-392835b8a42d1555a04aa02408b3cdbd045f75d8.tar.gz | |
Bump BoringSSL and/or OpenSSL in CI (#8821)
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 2ae0092ef..f37af412e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 Apr 22, 2023. - - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "b0b1f9dfc583c96d5f91b7f8cdb7efabcf22793b"}} - # Latest commit on the OpenSSL master branch, as of Apr 22, 2023. - - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "c04e78f0c69201226430fed14c291c281da47f2d"}} + # Latest commit on the BoringSSL master branch, as of Apr 25, 2023. + - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "de2d610a341f5a4b8c222425890537cb84c91400"}} + # Latest commit on the OpenSSL master branch, as of Apr 25, 2023. + - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "24a322544373f7acda05e19f64a6c3120d459d5b"}} timeout-minutes: 15 steps: - uses: actions/checkout@v3.5.2 |
