We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c7ee1 commit 44fb551Copy full SHA for 44fb551
.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-alpha17]
+ openssl_ver: [1.1.1k, 3.0.0-beta1]
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-alpha17"
+ "3.0.0-beta1"
52
]
53
54
LIBRESSL_OLD_VERSIONS = [
0 commit comments