We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae1fe6 commit ba77f97Copy full SHA for ba77f97
.github/workflows/pr_push.yml
@@ -99,6 +99,6 @@ jobs:
99
uses: ./.github/workflows/reusable_compatibility.yml
100
strategy:
101
matrix:
102
- tag: ["v0.11.0-rc1"]
+ tag: ["v0.12.0-dev3"]
103
with:
104
tag: ${{matrix.tag}}
.github/workflows/reusable_compatibility.yml
@@ -9,7 +9,7 @@ on:
9
tag:
10
description: Check backward compatibility with this tag
11
type: string
12
- default: "v0.11.0-rc1"
+ default: "v0.12.0-dev3"
13
14
permissions:
15
contents: read
0 commit comments