Skip to content

Commit 7e20507

Browse files
authored
test against openssl 3.6.0 (#13537)
1 parent e76214e commit 7e20507

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ jobs:
2626
- {VERSION: "3.8", NOXSESSION: "flake"}
2727
- {VERSION: "3.13", NOXSESSION: "flake"}
2828
- {VERSION: "3.13", NOXSESSION: "rust"}
29-
- {VERSION: "3.12", NOXSESSION: "docs", OPENSSL: {TYPE: "openssl", VERSION: "3.5.4"}}
29+
- {VERSION: "3.12", NOXSESSION: "docs", OPENSSL: {TYPE: "openssl", VERSION: "3.6.0"}}
3030
- {VERSION: "3.14-dev", NOXSESSION: "tests"}
3131
- {VERSION: "3.14t-dev", NOXSESSION: "rust,tests"}
3232
- {VERSION: "pypy-3.11", NOXSESSION: "tests-nocoverage"}
33-
- {VERSION: "3.13", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "3.5.4", CONFIG_FLAGS: "no-engine no-rc2 no-srtp no-ct no-psk"}}
34-
- {VERSION: "3.13", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "3.5.4", CONFIG_FLAGS: "no-legacy", NO_LEGACY: "0"}}
35-
- {VERSION: "3.13", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "3.5.4", CONFIG_FLAGS: "no-legacy", NO_LEGACY: "1"}}
36-
- {VERSION: "3.13", NOXSESSION: "tests", NOXARGS: "--enable-fips=1", OPENSSL: {TYPE: "openssl", CONFIG_FLAGS: "enable-fips", VERSION: "3.5.4"}}
33+
- {VERSION: "3.13", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "3.6.0", CONFIG_FLAGS: "no-engine no-rc2 no-srtp no-ct no-psk"}}
34+
- {VERSION: "3.13", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "3.6.0", CONFIG_FLAGS: "no-legacy", NO_LEGACY: "0"}}
35+
- {VERSION: "3.13", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "3.6.0", CONFIG_FLAGS: "no-legacy", NO_LEGACY: "1"}}
36+
- {VERSION: "3.13", NOXSESSION: "tests", NOXARGS: "--enable-fips=1", OPENSSL: {TYPE: "openssl", CONFIG_FLAGS: "enable-fips", VERSION: "3.6.0"}}
3737
- {VERSION: "3.13", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "3.0.18"}}
3838
- {VERSION: "3.13", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "3.3.5"}}
3939
- {VERSION: "3.13", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "3.4.3"}}
40-
- {VERSION: "3.13", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "3.6.0-beta1"}}
41-
- {VERSION: "3.13", NOXSESSION: "tests-ssh", OPENSSL: {TYPE: "openssl", VERSION: "3.5.4"}}
40+
- {VERSION: "3.13", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "3.5.4"}}
41+
- {VERSION: "3.13", NOXSESSION: "tests-ssh", OPENSSL: {TYPE: "openssl", VERSION: "3.6.0"}}
4242
- {VERSION: "3.13", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "4.0.0"}}
4343
- {VERSION: "3.13", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "4.1.0"}}
4444
# Latest commit on the BoringSSL main branch, as of Oct 01, 2025.
@@ -58,8 +58,8 @@ jobs:
5858
- {VERSION: "3.13", NOXSESSION: "rust,tests", RUST: "nightly"}
5959
- {VERSION: "3.13", NOXSESSION: "tests-rust-debug"}
6060
# Not actually an MSRV, just for coverage on this
61-
- {VERSION: "3.13", NOXSESSION: "tests", RUST: "1.87", OPENSSL: {TYPE: "openssl", VERSION: "3.5.4"}}
62-
- {VERSION: "3.13", NOXSESSION: "tests", RUST: "1.87", NOXARGS: "--enable-fips=1", OPENSSL: {TYPE: "openssl", CONFIG_FLAGS: "enable-fips", VERSION: "3.5.4"}}
61+
- {VERSION: "3.13", NOXSESSION: "tests", RUST: "1.87", OPENSSL: {TYPE: "openssl", VERSION: "3.6.0"}}
62+
- {VERSION: "3.13", NOXSESSION: "tests", RUST: "1.87", NOXARGS: "--enable-fips=1", OPENSSL: {TYPE: "openssl", CONFIG_FLAGS: "enable-fips", VERSION: "3.6.0"}}
6363
timeout-minutes: 15
6464
steps:
6565
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)