Skip to content

Commit c7ee66d

Browse files
authored
Rename 8.x branch to 8.19 (#4337)
1 parent 09b7949 commit c7ee66d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/update-rest-api-json.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
branch: ['main', '9.0', '8.x', '8.18', '8.17', '8.16', '7.17']
16+
branch: ['main', '9.0', '8.19', '8.18', '8.17', '8.16', '7.17']
1717

1818
steps:
1919
- uses: actions/checkout@v4

.github/workflows/validate-pr.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55
branches:
66
- main
7-
- 8.x
87
- '[0-9]+.[0-9]+'
98

109
jobs:

0 commit comments

Comments
 (0)