From: Vavroch Date: Sun, 30 Mar 2025 07:49:59 +0000 (+0200) Subject: Added 3.5 to coveralls.yml X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3955eaa26f25fc43bdb6b2f299c89f685b5b7b6;p=thirdparty%2Fopenssl.git Added 3.5 to coveralls.yml Reviewed-by: Neil Horman Reviewed-by: Tim Hudson Reviewed-by: Paul Dale Reviewed-by: Dmitry Misharov (Merged from https://github.com/openssl/openssl/pull/27202) --- diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 0916007ebeb..38db01c9c12 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -43,6 +43,9 @@ jobs: else MATRIX=$(cat << EOF [{ + "branch": "openssl-3.5", + "extra_config": "no-afalgeng enable-fips enable-tfo" + },{ "branch": "openssl-3.4", "extra_config": "no-afalgeng enable-fips enable-tfo" }, {