Prep for Creation of 8.3 Branch (#1906)

* updating with changes for 8.3 prep
* adding updates
* adjusted version in packages.yml
This commit is contained in:
Terrance DeJesus
2022-04-01 17:33:18 -04:00
committed by GitHub
parent 93edc44284
commit 648daf1237
11 changed files with 2234 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', 8.1]
target_branch: [7.13, 7.14, 7.15, 7.16, '8.0', 8.1, 8.2]
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,8.1'
default: '7.13,7.14,7.15,7.16,8.0,8.1,8.2'
jobs:
pr: