From 586106753e386e7000f6b63aef2c1a4982ee1d1a Mon Sep 17 00:00:00 2001 From: Cenarius Date: Thu, 24 Oct 2024 12:14:50 +0200 Subject: [PATCH 1/3] Remove the version restriction for Twig --- .github/oxid-esales/shop_ce.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/oxid-esales/shop_ce.yaml b/.github/oxid-esales/shop_ce.yaml index 7c7d0f2f43..e7419e29a9 100644 --- a/.github/oxid-esales/shop_ce.yaml +++ b/.github/oxid-esales/shop_ce.yaml @@ -19,8 +19,7 @@ install: &install "require": { "oxid-esales/twig-component": "{{ .Data.global.composer.dev_ref }}", "oxid-esales/twig-admin-theme": "{{ .Data.global.composer.dev_ref }}", - "oxid-esales/apex-theme": "{{ .Data.global.composer.dev_ref }}", - "twig/twig": "v3.8.0" + "oxid-esales/apex-theme": "{{ .Data.global.composer.dev_ref }}" } } output: From 5aca722f30b52393ad0159cb898dfab6224d224b Mon Sep 17 00:00:00 2001 From: Cenarius Date: Thu, 24 Oct 2024 12:26:21 +0200 Subject: [PATCH 2/3] Update the default limit option --- .github/workflows/dispatch_shop_ce.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dispatch_shop_ce.yaml b/.github/workflows/dispatch_shop_ce.yaml index ffc39cf3d6..cac568a3ee 100644 --- a/.github/workflows/dispatch_shop_ce.yaml +++ b/.github/workflows/dispatch_shop_ce.yaml @@ -25,7 +25,7 @@ on: - 'PHP8.2/MySQL8.0' - 'PHP8.3/MySQL5.7' - 'PHP8.3/MySQL8.0' - default: 'PHP8.1/MySQL5.7' + default: 'PHP8.2/MySQL8.0' custom_testplan: type: string description: 'Custom testplan' From 474c65fff89adcaf78ac328a69164ac707de97a3 Mon Sep 17 00:00:00 2001 From: Cenarius Date: Thu, 24 Oct 2024 12:42:38 +0200 Subject: [PATCH 3/3] Update the default limit option --- .github/workflows/dispatch_shop_ce.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dispatch_shop_ce.yaml b/.github/workflows/dispatch_shop_ce.yaml index cac568a3ee..3e811f565e 100644 --- a/.github/workflows/dispatch_shop_ce.yaml +++ b/.github/workflows/dispatch_shop_ce.yaml @@ -25,7 +25,7 @@ on: - 'PHP8.2/MySQL8.0' - 'PHP8.3/MySQL5.7' - 'PHP8.3/MySQL8.0' - default: 'PHP8.2/MySQL8.0' + default: 'PHP8.3/MySQL8.0' custom_testplan: type: string description: 'Custom testplan'