Skip to content

Commit f4118e9

Browse files
authored
[3.9] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests to use 1.1.1w and 3.0.11. (GH-110008)
(cherry picked from commit c88037d)
1 parent f86e20e commit f4118e9

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
needs: check_source
183183
if: needs.check_source.outputs.run_tests == 'true'
184184
env:
185-
OPENSSL_VER: 1.1.1v
185+
OPENSSL_VER: 3.0.11
186186
PYTHONSTRICTEXTENSIONBUILD: 1
187187
steps:
188188
- uses: actions/checkout@v4
@@ -224,7 +224,7 @@ jobs:
224224
strategy:
225225
fail-fast: false
226226
matrix:
227-
openssl_ver: [1.0.2u, 1.1.0l, 1.1.1v, 3.0.10, 3.1.2]
227+
openssl_ver: [1.0.2u, 1.1.0l, 1.1.1w, 3.0.11, 3.1.3]
228228
env:
229229
OPENSSL_VER: ${{ matrix.openssl_ver }}
230230
MULTISSL_DIR: ${{ github.workspace }}/multissl
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests to use
2+
1.1.1w and 3.0.11.

Tools/ssl/multissltests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
]
5050

5151
OPENSSL_RECENT_VERSIONS = [
52-
"1.1.1v",
53-
"3.0.10",
52+
"1.1.1w",
53+
"3.0.11",
5454
]
5555

5656
LIBRESSL_OLD_VERSIONS = [

0 commit comments

Comments
 (0)