We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4389711 commit 36843f7Copy full SHA for 36843f7
.github/workflows/build.yml
@@ -201,7 +201,7 @@ jobs:
201
strategy:
202
fail-fast: false
203
matrix:
204
- openssl_ver: [1.1.1k, 3.0.0-alpha16]
+ openssl_ver: [1.1.1k, 3.0.0-alpha17]
205
env:
206
OPENSSL_VER: ${{ matrix.openssl_ver }}
207
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