summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2024-03-22 16:00:15 +0100
committerTomas Mraz <tomas@openssl.org>2024-03-25 13:44:27 +0100
commit7394de95b6856123808b70a492fa5b1e9ec3405d (patch)
tree31ce8e57966e09bab1c31b17818f5a5e37af2852 /.github
parent4a9e48f727ce7ad924c53a55b301e426d7e43863 (diff)
Add 3.3 and 3.2 branches to Coveralls builds
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23938)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/coveralls.yml6
1 files changed, 6 insertions, 0 deletions
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
}, {