We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d206d42 commit 0bf5918Copy full SHA for 0bf5918
2 files changed
.github/workflows/build.yml
@@ -283,6 +283,7 @@ jobs:
283
- { name: openssl, version: 3.4.4 }
284
- { name: openssl, version: 3.5.5 }
285
- { name: openssl, version: 3.6.1 }
286
+ - { name: openssl, version: 4.0.0 }
287
## AWS-LC
288
- { name: aws-lc, version: 1.68.0 }
289
env:
Tools/ssl/multissltests.py
@@ -54,6 +54,7 @@
54
"3.4.4",
55
"3.5.5",
56
"3.6.1",
57
+ "4.0.0",
58
# See make_ssl_data.py for notes on adding a new version.
59
]
60
0 commit comments