Prep for creation of 8.2 branch (#1762)

Removed changes from:
- etc/packages.yml

(selectively cherry picked from commit e0dda91f26)
This commit is contained in:
Colson Wilhoit
2022-02-08 21:43:55 -06:00
committed by github-actions[bot]
parent 3f02f5d9de
commit d0134efec6
16 changed files with 2243 additions and 2 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: