Skip to content

Commit e9fdb84

Browse files
authored
Merge pull request #1382 from bratpiorka/rrudnick_update_compat
bump compat tag in CI to v0.12.0-dev3
2 parents 1ae1fe6 + ba77f97 commit e9fdb84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ jobs:
9999
uses: ./.github/workflows/reusable_compatibility.yml
100100
strategy:
101101
matrix:
102-
tag: ["v0.11.0-rc1"]
102+
tag: ["v0.12.0-dev3"]
103103
with:
104104
tag: ${{matrix.tag}}

.github/workflows/reusable_compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
tag:
1010
description: Check backward compatibility with this tag
1111
type: string
12-
default: "v0.11.0-rc1"
12+
default: "v0.12.0-dev3"
1313

1414
permissions:
1515
contents: read

0 commit comments

Comments
 (0)