Skip to content

Commit e3936fd

Browse files
committed
.github/workflows/test.yml: test against OpenSSL 3.5.0
1 parent 6dfb8df commit e3936fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
- openssl-3.2.4 # Supported until 2025-11-23
6969
- openssl-3.3.3 # Supported until 2026-04-09
7070
- openssl-3.4.1 # Supported until 2026-10-22
71+
- openssl-3.5.0 # Supported until 2030 (LTS)
7172
- openssl-master
7273
# http://www.libressl.org/releases.html
7374
- libressl-3.9.2 # Supported until 2025-04-05
@@ -80,8 +81,9 @@ jobs:
8081
- { name-extra: 'with fips provider', openssl: openssl-3.2.4, fips-enabled: true }
8182
- { name-extra: 'with fips provider', openssl: openssl-3.3.3, fips-enabled: true }
8283
- { name-extra: 'with fips provider', openssl: openssl-3.4.1, fips-enabled: true }
84+
- { name-extra: 'with fips provider', openssl: openssl-3.5.0, fips-enabled: true }
8385
- { name-extra: 'with fips provider', openssl: openssl-master, fips-enabled: true }
84-
- { name-extra: 'without legacy provider', openssl: openssl-3.4.1, append-configure: 'no-legacy' }
86+
- { name-extra: 'without legacy provider', openssl: openssl-3.5.0, append-configure: 'no-legacy' }
8587
- { openssl: aws-lc-latest, skip-warnings: true }
8688
steps:
8789
- name: repo checkout

0 commit comments

Comments
 (0)