From: Tomas Mraz Date: Fri, 22 Mar 2024 15:00:15 +0000 (+0100) Subject: Add 3.3 and 3.2 branches to Coveralls builds X-Git-Tag: openssl-3.4.0-alpha1~801 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7394de95b6856123808b70a492fa5b1e9ec3405d;p=thirdparty%2Fopenssl.git Add 3.3 and 3.2 branches to Coveralls builds Reviewed-by: Hugo Landau Reviewed-by: Matt Caswell Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/23938) --- diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 6df0543e5d8..aae4fbf4f8e 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -25,6 +25,12 @@ jobs: matrix: branches: [ { + branch: openssl-3.3, + extra_config: no-afalgeng enable-fips enable-tfo + }, { + branch: openssl-3.2, + extra_config: no-afalgeng enable-fips enable-tfo + }, { branch: openssl-3.1, extra_config: no-afalgeng enable-fips }, {