We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b18199 commit 8ffe87bCopy full SHA for 8ffe87b
1 file changed
.github/workflows/ci.yml
@@ -45,8 +45,8 @@ jobs:
45
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "libressl", VERSION: "3.8.0"}}
46
- {VERSION: "3.11", NOXSESSION: "tests-randomorder"}
47
- {VERSION: "3.12-dev", NOXSESSION: "tests"}
48
- # Latest commit on the BoringSSL master branch, as of Jun 03, 2023.
49
- - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "b0341041b03ea71d8371a9692aedae263fc06ee9"}}
+ # Latest commit on the BoringSSL master branch, as of Jun 06, 2023.
+ - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "4a0393fcf37d7dbd090a5bb2293601a9ec7605da"}}
50
# Latest commit on the OpenSSL master branch, as of Jun 05, 2023.
51
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "80935bf5ad309bf6c03591acf1d48fe1db57b78f"}}
52
# Builds with various Rust versions. Includes MSRV and potential
0 commit comments