diff --git a/.backportrc.json b/.backportrc.json index 13bd31cf83..f6f47719f8 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -1,6 +1,6 @@ { "repoOwner": "elastic", "repoName": "elasticsearch-specification", - "targetBranchChoices": ["9.1", "9.0", "8.19", "8.18"], + "targetBranchChoices": ["9.2", "9.1", "9.0", "8.19"], "fork": false } diff --git a/.github/workflows/update-rest-api-json.yml b/.github/workflows/update-rest-api-json.yml index 88d9daa6c8..94944deeec 100644 --- a/.github/workflows/update-rest-api-json.yml +++ b/.github/workflows/update-rest-api-json.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - branch: ['main', '9.1', '9.0', '8.19', '8.18'] + branch: ['main', '9.2', '9.1', '9.0', '8.19'] steps: - uses: actions/checkout@v5