From ba77f97c113e99f7aa1a653d0e615a524dd6f03d Mon Sep 17 00:00:00 2001 From: Rafal Rudnicki Date: Mon, 23 Jun 2025 09:12:37 +0000 Subject: [PATCH] bump compat tag in CI to v0.12.0-dev3 --- .github/workflows/pr_push.yml | 2 +- .github/workflows/reusable_compatibility.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_push.yml b/.github/workflows/pr_push.yml index 8ad9c83c1..c1b8eac87 100644 --- a/.github/workflows/pr_push.yml +++ b/.github/workflows/pr_push.yml @@ -99,6 +99,6 @@ jobs: uses: ./.github/workflows/reusable_compatibility.yml strategy: matrix: - tag: ["v0.11.0-rc1"] + tag: ["v0.12.0-dev3"] with: tag: ${{matrix.tag}} diff --git a/.github/workflows/reusable_compatibility.yml b/.github/workflows/reusable_compatibility.yml index c44198aef..88dcdc678 100644 --- a/.github/workflows/reusable_compatibility.yml +++ b/.github/workflows/reusable_compatibility.yml @@ -9,7 +9,7 @@ on: tag: description: Check backward compatibility with this tag type: string - default: "v0.11.0-rc1" + default: "v0.12.0-dev3" permissions: contents: read