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:
committed by
github-actions[bot]
parent
363556fffa
commit
59b6d6dd08
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user