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.
2 parents 1ae1fe6 + ba77f97 commit e9fdb84Copy full SHA for e9fdb84
.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