Skip to content

Commit 44fd820

Browse files
authored
Merge pull request #745 from junaruga/wip/ci-upgrade-versions
CI: Upgrade OpenSSL and LibreSSL versions.
2 parents d3d857c + 567b412 commit 44fd820

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,20 +84,23 @@ jobs:
8484
- openssl-3.0.13
8585
- openssl-3.1.5
8686
- openssl-3.2.1
87+
- openssl-3.3.0
8788
# http://www.libressl.org/releases.html
8889
- libressl-3.1.5 # EOL
8990
- libressl-3.2.7 # EOL
9091
- libressl-3.3.6 # EOL
9192
- libressl-3.4.3 # EOL
9293
- libressl-3.5.3 # EOL
93-
- libressl-3.6.3
94-
- libressl-3.7.3
95-
- libressl-3.8.2
94+
- libressl-3.6.3 # EOL
95+
- libressl-3.7.3 # EOL
96+
- libressl-3.8.4
97+
- libressl-3.9.1
9698
fips-enabled: [ false ]
9799
include:
98100
- { os: ubuntu-latest, ruby: "3.0", openssl: openssl-3.0.13, fips-enabled: true, append-configure: 'enable-fips', name-extra: 'fips' }
99101
- { os: ubuntu-latest, ruby: "3.0", openssl: openssl-3.1.5, fips-enabled: true, append-configure: 'enable-fips', name-extra: 'fips' }
100102
- { os: ubuntu-latest, ruby: "3.0", openssl: openssl-3.2.1, fips-enabled: true, append-configure: 'enable-fips', name-extra: 'fips' }
103+
- { os: ubuntu-latest, ruby: "3.0", openssl: openssl-3.3.0, fips-enabled: true, append-configure: 'enable-fips', name-extra: 'fips' }
101104
- { os: ubuntu-latest, ruby: "3.0", openssl: openssl-head, git: 'git://git.openssl.org/openssl.git', branch: 'master' }
102105
- { os: ubuntu-latest, ruby: "3.0", openssl: openssl-head, git: 'git://git.openssl.org/openssl.git', branch: 'master', fips-enabled: true, append-configure: 'enable-fips', name-extra: 'fips' }
103106
- { os: ubuntu-latest, ruby: "3.0", openssl: openssl-head, git: 'git://git.openssl.org/openssl.git', branch: 'master', append-configure: 'no-legacy', name-extra: 'no-legacy' }

0 commit comments

Comments
 (0)