Skip to content

Commit 367a8d9

Browse files
committed
Open 1.7.x
1 parent 8e90757 commit 367a8d9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/backward-compatibility.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "1.6.x"
9+
- "1.7.x"
1010

1111
jobs:
1212
backward-compatibility:

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "1.6.x"
9+
- "1.7.x"
1010

1111
jobs:
1212
lint:
@@ -22,7 +22,6 @@ jobs:
2222
- "8.0"
2323
- "8.1"
2424
- "8.2"
25-
2625

2726
steps:
2827
- name: "Checkout"

0 commit comments

Comments
 (0)