From bf4c9b7b663e03e81fe0291e03b814bafd409d1b Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 27 Mar 2025 12:11:57 +0100 Subject: [PATCH] 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) --- .github/workflows/provider-compatibility.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.47.2