From: Tomas Mraz Date: Thu, 27 Mar 2025 11:11:57 +0000 (+0100) Subject: provider-compatibility.yml: Update the branches X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf4c9b7b663e03e81fe0291e03b814bafd409d1b;p=thirdparty%2Fopenssl.git provider-compatibility.yml: Update the branches Fixes regression from 725f55e23 Reviewed-by: Tim Hudson Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/27177) --- diff --git a/.github/workflows/provider-compatibility.yml b/.github/workflows/provider-compatibility.yml index 3edcab48808..76ef9e1cff7 100644 --- a/.github/workflows/provider-compatibility.yml +++ b/.github/workflows/provider-compatibility.yml @@ -202,11 +202,11 @@ jobs: # Note that releases are not used as a test environment for # later providers. Problems in these situations ought to be # caught by cross branch testing before the release. - tree_a: [ branch-master, branch-3.4, branch-3.3, - branch-3.2, branch-3.1, branch-3.0, + tree_a: [ branch-master, branch-3.5, branch-3.4, branch-3.3, + branch-3.2, branch-3.0, openssl-3.0.0, openssl-3.0.8, openssl-3.0.9, openssl-3.1.2 ] - tree_b: [ branch-master, branch-3.4, branch-3.3, - branch-3.2, branch-3.1, branch-3.0 ] + tree_b: [ branch-master, branch-3.5, branch-3.4, branch-3.3, + branch-3.2, branch-3.0 ] steps: - name: early exit checks id: early_exit