summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTodd Short <todd.short@me.com>2022-04-01 10:54:45 -0400
committerTodd Short <todd.short@me.com>2022-04-11 10:51:55 -0400
commit2773e758fa55bb765a628fcdfbcd2b4018476130 (patch)
treeba901f3200bca7628300b46d408e90dad0b72d50 /.github
parentd52611bc4707f47a0adeaace7192190d98595275 (diff)
Fix -no-tls1_2 in tests
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/18019) (cherry picked from commit 40fb5a4ce3e90c9e8702aad0fcf43eb9f6edf419)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/run-checker-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/run-checker-ci.yml b/.github/workflows/run-checker-ci.yml
index 1aca0170f8..33ec553a88 100644
--- a/.github/workflows/run-checker-ci.yml
+++ b/.github/workflows/run-checker-ci.yml
@@ -28,6 +28,7 @@ jobs:
no-tests,
no-threads,
no-tls,
+ no-tls1_2,
no-tls1_3,
enable-trace enable-fips,
no-ts,