Skip to content

Commit 7f4886b

Browse files
authored
Merge pull request #948 from junaruga/wip/ci-upgrade-versions
CI: Upgrade OpenSSL and LibreSSL versions
2 parents b77aef4 + fcf2889 commit 7f4886b

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,21 +101,22 @@ jobs:
101101
openssl:
102102
# https://openssl-library.org/source/
103103
- openssl-1.1.1w # EOL 2023-09-11, still used by RHEL 8 and Ubuntu 20.04
104-
- openssl-3.0.16 # Supported until 2026-09-07 (LTS)
104+
- openssl-3.0.18 # Supported until 2026-09-07 (LTS)
105105
- openssl-3.1.8 # EOL 2025-03-14
106-
- openssl-3.2.4 # Supported until 2025-11-23
107-
- openssl-3.3.3 # Supported until 2026-04-09
108-
- openssl-3.4.1 # Supported until 2026-10-22
109-
- openssl-3.5.0 # Supported until 2030 (LTS)
106+
- openssl-3.2.6 # Supported until 2025-11-23
107+
- openssl-3.3.5 # Supported until 2026-04-09
108+
- openssl-3.4.3 # Supported until 2026-10-22
109+
- openssl-3.5.4 # Supported until 2030 (LTS)
110+
- openssl-3.6.0 # EOL TBD
110111
- openssl-master
111112
# http://www.libressl.org/releases.html
112113
- libressl-3.9.2 # EOL 2025-04-05
113-
- libressl-4.0.0 # Supported until 2025-10-08
114-
- libressl-4.1.0 # Supported until 2026-04-28
114+
- libressl-4.0.1 # Supported until 2025-10-08
115+
- libressl-4.1.1 # Supported until 2026-04-28
115116
# https://github.com/aws/aws-lc/tags
116117
- aws-lc-latest
117118
include:
118-
- { name-extra: 'without legacy provider', openssl: openssl-3.5.0, append-configure: 'no-legacy' }
119+
- { name-extra: 'without legacy provider', openssl: openssl-3.5.4, append-configure: 'no-legacy' }
119120
- { openssl: aws-lc-latest, skip-warnings: true }
120121
steps:
121122
- name: repo checkout

0 commit comments

Comments
 (0)