Skip to content

Commit 47eef99

Browse files
committed
OXDEV-9614 Initialize 7.6 branch and update workflows
1 parent af35cf6 commit 47eef99

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66
scenario:
77
type: choice
88
options:
9-
- 7.5.x
9+
- 7.6.x
1010
- use custom testplan
11-
default: '7.5.x'
11+
default: '7.6.x'
1212
description: 'Choose test scenario'
1313
limit:
1414
type: choice
@@ -67,7 +67,7 @@ jobs:
6767
esac
6868
# shellcheck disable=SC2088
6969
case '${{ inputs.scenario}}' in
70-
"7.5.x") TESTPLAN="~/defaults/7.5.x.yaml,${LIMIT}${PLAN}" ;;
70+
"7.6.x") TESTPLAN="~/defaults/7.6.x.yaml,${LIMIT}${PLAN}" ;;
7171
"use custom testplan") TESTPLAN="${{ inputs.custom_testplan }}" ;;
7272
*)
7373
echo "Illegal choice, fix the workflow"

.github/workflows/trigger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fi
2626
# shellcheck disable=SC2088
2727
case "${REF_TO_CHECK}" in
28-
refs/heads/b-7.5.x*) TESTPLAN="~/defaults/7.5.x.yaml,${LIMIT}~/twig-component.yaml" ;;
28+
refs/heads/b-7.6.x*) TESTPLAN="~/defaults/7.6.x.yaml,${LIMIT}~/twig-component.yaml" ;;
2929
*)
3030
echo "Can't match ${REF_TO_CHECK} to a version, can't determine test plan."
3131
echo "Branch names should start with b-<major>.<minor>.x"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Twig component
22

3-
[![Actions Status](https://github.com/OXID-eSales/twig-component/actions/workflows/trigger.yaml/badge.svg?branch=b-7.5.x)](https://github.com/OXID-eSales/twig-component/actions/workflows/trigger.yaml)
3+
[![Actions Status](https://github.com/OXID-eSales/twig-component/actions/workflows/trigger.yaml/badge.svg?branch=b-7.6.x)](https://github.com/OXID-eSales/twig-component/actions/workflows/trigger.yaml)
44

55
Includes Twig template engine for OXID eShop
66

0 commit comments

Comments
 (0)