Skip to content

Commit 7e84a0b

Browse files
committed
pythongh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests to use 1.1.1w and 3.0.11.
(cherry picked from commit c88037d)
1 parent edf701c commit 7e84a0b

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
@@ -158,7 +158,7 @@ jobs:
158158
needs: check_source
159159
if: needs.check_source.outputs.run_tests == 'true'
160160
env:
161-
OPENSSL_VER: 1.1.1v
161+
OPENSSL_VER: 3.0.11
162162
steps:
163163
- uses: actions/checkout@v4
164164
- name: Install Dependencies
@@ -199,7 +199,7 @@ jobs:
199199
strategy:
200200
fail-fast: false
201201
matrix:
202-
openssl_ver: [1.0.2u, 1.1.1v, 3.0.10, 3.1.2]
202+
openssl_ver: [1.0.2u, 1.1.1w, 3.0.11, 3.1.3]
203203
env:
204204
OPENSSL_VER: ${{ matrix.openssl_ver }}
205205
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)