Skip to content

Commit

Permalink
pythongh-123700: Update OpenSSL versions in multissltests and CI (pyt…
Browse files Browse the repository at this point in the history
…hon#123701)

Remove EOL 1.1.1w from CI and move it to the 'old' set in multissltests,
add latest 3.3.2 to both CI and multissltests.
  • Loading branch information
zware authored Sep 4, 2024
1 parent 56b00f4 commit d83e30c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
strategy:
fail-fast: false
matrix:
openssl_ver: [1.1.1w, 3.0.15, 3.1.7, 3.2.3]
openssl_ver: [3.0.15, 3.1.7, 3.2.3, 3.3.2]
env:
OPENSSL_VER: ${{ matrix.openssl_ver }}
MULTISSL_DIR: ${{ github.workspace }}/multissl
Expand Down
3 changes: 2 additions & 1 deletion Tools/ssl/multissltests.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@
log = logging.getLogger("multissl")

OPENSSL_OLD_VERSIONS = [
"1.1.1w",
]

OPENSSL_RECENT_VERSIONS = [
"1.1.1w",
"3.0.15",
"3.1.7",
"3.2.3",
"3.3.2",
]

LIBRESSL_OLD_VERSIONS = [
Expand Down

0 comments on commit d83e30c

Please sign in to comment.