@@ -319,10 +319,10 @@ jobs:
319319 # unsupported as it most resembles other 1.1.1-work-a-like ssl APIs
320320 # supported by important vendors such as AWS-LC.
321321 - { name: openssl, version: 1.1.1w }
322- - { name: openssl, version: 3.0.21 }
323- - { name: openssl, version: 3.4.6 }
324- - { name: openssl, version: 3.5.7 }
325- - { name: openssl, version: 3.6.3 }
322+ - { name: openssl, version: 3.0.22 }
323+ - { name: openssl, version: 3.4.7 }
324+ - { name: openssl, version: 3.5.8 }
325+ - { name: openssl, version: 3.6.4 }
326326 env :
327327 SSLLIB_VER : ${{ matrix.ssllib.version }}
328328 MULTISSL_DIR : ${{ github.workspace }}/multissl
@@ -427,7 +427,7 @@ jobs:
427427 needs : build-context
428428 if : needs.build-context.outputs.run-ubuntu == 'true'
429429 env :
430- OPENSSL_VER : 3.5.7
430+ OPENSSL_VER : 3.5.8
431431 PYTHONSTRICTEXTENSIONBUILD : 1
432432 steps :
433433 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -535,7 +535,7 @@ jobs:
535535 matrix :
536536 os : [ubuntu-26.04]
537537 env :
538- OPENSSL_VER : 3.5.7
538+ OPENSSL_VER : 3.5.8
539539 PYTHONSTRICTEXTENSIONBUILD : 1
540540 ASAN_OPTIONS : detect_leaks=0:allocator_may_return_null=1:handle_segv=0
541541 steps :
0 commit comments