From 7394de95b6856123808b70a492fa5b1e9ec3405d Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Fri, 22 Mar 2024 16:00:15 +0100 Subject: 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) --- .github/workflows/coveralls.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github') diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 6df0543e5d..aae4fbf4f8 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 }, { -- cgit v1.2.3