Prep for creation of 8.2 branch (#1762)

This commit is contained in:
Colson Wilhoit
2022-02-08 21:43:55 -06:00
committed by GitHub
parent 97835bc5c5
commit e0dda91f26
17 changed files with 2246 additions and 5 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
max-parallel: 1
matrix:
# 7.17 was intentionally skipped because it was added late and was bug fix only
target_branch: [7.13, 7.14, 7.15, 7.16, '8.0']
target_branch: [7.13, 7.14, 7.15, 7.16, '8.0', 8.1]
steps:
- name: Checkout repo
+1 -1
View File
@@ -6,7 +6,7 @@ on:
description: 'List of branches to lock versions (ordered, comma separated)'
required: true
# 7.17 was intentionally skipped because it was added late and was bug fix only
default: '7.13,7.14,7.15,7.16,8.0'
default: '7.13,7.14,7.15,7.16,8.0,8.1'
jobs:
pr: