Skip to content

Commit b147d3c

Browse files
pyca-boringbot[bot]github-actions[bot]
authored andcommitted
Bump BoringSSL and/or OpenSSL in CI
1 parent 6f60735 commit b147d3c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
- {VERSION: "3.12", NOXSESSION: "tests", NOXARGS: "--enable-fips=1", OPENSSL: {TYPE: "openssl", CONFIG_FLAGS: "enable-fips", VERSION: "3.2.1"}}
4343
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "libressl", VERSION: "3.8.2"}}
4444
- {VERSION: "3.12", NOXSESSION: "tests-randomorder"}
45-
# Latest commit on the BoringSSL master branch, as of Feb 15, 2024.
46-
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "ba5eb621d7d9bf2872386b4303fd5e9aa64f7230"}}
47-
# Latest commit on the OpenSSL master branch, as of Feb 15, 2024.
48-
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "d597b46f9bdb533761e36fcf1d96ce83f3f6f04d"}}
45+
# Latest commit on the BoringSSL master branch, as of Feb 17, 2024.
46+
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "99e8c6e2a383a25679c3d6767702732b27bc16ea"}}
47+
# Latest commit on the OpenSSL master branch, as of Feb 17, 2024.
48+
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "c3e8d67885c0c4295cfd1df35a41bf1f3fa9dc37"}}
4949
# Builds with various Rust versions. Includes MSRV and next
5050
# potential future MSRV:
5151
# 1.64 - maturin, workspace inheritance

0 commit comments

Comments
 (0)