We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6a2d0 commit dcf6581Copy full SHA for dcf6581
.github/workflows/build.yml
@@ -177,7 +177,7 @@ jobs:
177
strategy:
178
fail-fast: false
179
matrix:
180
- openssl_ver: [1.1.1k, 3.0.0-alpha14]
+ openssl_ver: [1.1.1k, 3.0.0-alpha15]
181
env:
182
OPENSSL_VER: ${{ matrix.openssl_ver }}
183
MULTISSL_DIR: ${{ github.workspace }}/multissl
Tools/ssl/multissltests.py
@@ -47,7 +47,7 @@
47
48
OPENSSL_RECENT_VERSIONS = [
49
"1.1.1k",
50
- "3.0.0-alpha14"
+ "3.0.0-alpha15"
51
]
52
53
LIBRESSL_OLD_VERSIONS = [
0 commit comments