From 79218a531e769bb5c29022d50ef017bd81e4bd9b Mon Sep 17 00:00:00 2001 From: Gjermund Garaba Date: Tue, 11 Feb 2025 19:18:52 -0500 Subject: [PATCH] chore: add v10 to e2e compatbility workflows (#7959) --- .github/workflows/e2e-compatibility.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/e2e-compatibility.yaml b/.github/workflows/e2e-compatibility.yaml index c4d1d2c5c50..f022d4532b8 100644 --- a/.github/workflows/e2e-compatibility.yaml +++ b/.github/workflows/e2e-compatibility.yaml @@ -21,6 +21,7 @@ on: - release/v8.4.x - release/v8.5.x - release/v9.0.x + - release/v10.0.x - main ibc-go-version: description: 'The version of ibc-go that is going to be released' @@ -62,6 +63,7 @@ jobs: - release/v8.4.x - release/v8.5.x - release/v9.0.x + - release/v10.0.x - main steps: - uses: actions/checkout@v4