Skip to content

Commit f4ade67

Browse files
committed
Configure shop 7.2 dependencies
Signed-off-by: Anton Fedurtsya <anton@fedurtsya.com>
1 parent 8bbd697 commit f4ade67

5 files changed

Lines changed: 14 additions & 13 deletions

File tree

.github/fresh-advance/module-invoice.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ sonarcloud:
5555
project_name: 'Invoice'
5656
project_key: 'Fresh-Advance_Invoice'
5757
organization: 'fresh-advance'
58+
target_branch: 'b-7.2.x'
5859
parameters: >
5960
-Dsonar.language=php
6061
-Dsonar.scm.provider=git

.github/workflows/dispatch_module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
esac
5050
5151
# shellcheck disable=SC2088
52-
TESTPLAN="~/defaults/7.1.x.yaml,${LIMIT}~/module-invoice.yaml"
52+
TESTPLAN="~/defaults/7.2.x.yaml,${LIMIT}~/module-invoice.yaml"
5353
echo "testplan=${TESTPLAN}" | tee -a "${GITHUB_OUTPUT}"
5454
5555
dispatch_stable:

.github/workflows/trigger.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
pull_request: {}
66
push:
77
branches:
8-
- 'b-7.1.x*'
8+
- 'b-7.2.x*'
99

1010
jobs:
11-
shop71:
11+
push_trigger:
1212
uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yaml@v5
1313
with:
14-
testplan: '~/defaults/7.1.x.yaml,~/defaults/php8.2_mysql8.0_only.yaml,~/module-invoice.yaml'
14+
testplan: '~/defaults/7.2.x.yaml,~/defaults/php8.2_mysql8.0_only.yaml,~/module-invoice.yaml'
1515
runs_on: '"ubuntu-latest"'
1616
defaults: 'v5'
1717
plan_folder: '.github/fresh-advance'

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"kwn/number-to-words": "^2.7"
2020
},
2121
"conflict": {
22-
"oxid-esales/oxideshop-ce": "<7.1.0"
22+
"oxid-esales/oxideshop-ce": "<7.2.0"
2323
},
2424
"require-dev": {
25-
"oxid-esales/oxideshop-ce": "dev-b-7.1.x",
25+
"oxid-esales/oxideshop-ce": "dev-b-7.2.x",
2626
"phpunit/phpunit": "^11",
2727
"phpstan/phpstan": "^2.1",
2828
"squizlabs/php_codesniffer": "4.*",
@@ -33,9 +33,9 @@
3333
"codeception/module-db": "^3.0",
3434
"codeception/module-filesystem": "^3.0",
3535
"codeception/module-webdriver": "^4.0",
36-
"oxid-esales/codeception-modules": "dev-b-7.1.x",
37-
"oxid-esales/codeception-page-objects": "dev-b-7.1.x",
38-
"oxid-esales/developer-tools": "dev-b-7.1.x"
36+
"oxid-esales/codeception-modules": "dev-b-7.2.x",
37+
"oxid-esales/codeception-page-objects": "dev-b-7.2.x",
38+
"oxid-esales/developer-tools": "dev-b-7.2.x"
3939
},
4040
"autoload": {
4141
"psr-4": {

recipes/setup-development.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ perl -pi\
3535
mkdir source
3636
docker compose up --build -d php
3737

38-
$SCRIPT_PATH/parts/shared/require_shop_edition_packages.sh -e"${edition}" -v"dev-b-7.1.x"
39-
$SCRIPT_PATH/parts/shared/require_twig_components.sh -e"${edition}" -b"b-7.1.x"
40-
$SCRIPT_PATH/parts/shared/require.sh -n"oxid-esales/apex-theme" -v"dev-b-7.1.x"
41-
$SCRIPT_PATH/parts/shared/require_demodata_package.sh -e"${edition}" -b"b-7.1.x"
38+
$SCRIPT_PATH/parts/shared/require_shop_edition_packages.sh -e"${edition}" -v"dev-b-7.2.x"
39+
$SCRIPT_PATH/parts/shared/require_twig_components.sh -e"${edition}" -b"b-7.2.x"
40+
$SCRIPT_PATH/parts/shared/require.sh -n"oxid-esales/apex-theme" -v"dev-b-7.2.x"
41+
$SCRIPT_PATH/parts/shared/require_demodata_package.sh -e"${edition}" -b"b-7.2.x"
4242

4343
docker compose exec php composer update --no-interaction
4444

0 commit comments

Comments
 (0)