From: Tomas Mraz Date: Thu, 27 Mar 2025 11:11:57 +0000 (+0100) Subject: provider-compatibility.yml: Update the branches X-Git-Tag: openssl-3.4.2~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abfd47bc8828506b03221b79ebc2e730d0e03e46;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) (cherry picked from commit bf4c9b7b663e03e81fe0291e03b814bafd409d1b) --- diff --git a/.github/workflows/provider-compatibility.yml b/.github/workflows/provider-compatibility.yml index 67a3925cb29..2416413da33 100644 --- a/.github/workflows/provider-compatibility.yml +++ b/.github/workflows/provider-compatibility.yml @@ -199,11 +199,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