Prepare for creation of 8.1 branch (#1700)

Removed changes from:
- etc/packages.yml

(selectively cherry picked from commit 2e78da5c9a)
This commit is contained in:
Justin Ibarra
2022-01-25 18:11:59 -09:00
committed by github-actions[bot]
parent 363556fffa
commit 59b6d6dd08
16 changed files with 2247 additions and 14 deletions
+2 -1
View File
@@ -55,7 +55,8 @@ jobs:
strategy:
max-parallel: 1
matrix:
target_branch: [7.13, 7.14, 7.15, 7.16]
# 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]
steps:
- name: Checkout repo
+2 -1
View File
@@ -5,7 +5,8 @@ on:
branches:
description: 'List of branches to lock versions (ordered, comma separated)'
required: true
default: '7.13,7.14,7.15,7.16'
# 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'
jobs:
pr: