Thanks to visit codestin.com Credit goes to github.com
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 1270ad6 commit 7109624Copy full SHA for 7109624
2 files changed
.github/workflows/build.yml
@@ -179,7 +179,7 @@ jobs:
179
strategy:
180
fail-fast: false
181
matrix:
182
- openssl_ver: [1.1.1k, 3.0.0-alpha16]
+ openssl_ver: [1.1.1k, 3.0.0-alpha17]
183
env:
184
OPENSSL_VER: ${{ matrix.openssl_ver }}
185
MULTISSL_DIR: ${{ github.workspace }}/multissl
Tools/ssl/multissltests.py
@@ -48,7 +48,7 @@
48
49
OPENSSL_RECENT_VERSIONS = [
50
"1.1.1k",
51
- "3.0.0-alpha16"
+ "3.0.0-alpha17"
52
]
53
54
LIBRESSL_OLD_VERSIONS = [
0 commit comments