Skip to content

Commit 81f8270

Browse files
committed
Create b-7.5.x branch
1 parent 95c011a commit 81f8270

6 files changed

Lines changed: 15 additions & 14 deletions

File tree

.github/oxid-esales/graphql-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ sonarcloud:
6161
organization: 'oxid-esales'
6262
project_key: 'OXID-eSales_graphql-base-module'
6363
project_name: '{{ $org}}/{{ $name }}'
64-
target_branch: 'b-7.4.x'
64+
target_branch: 'b-7.5.x'
6565
parameters: >
6666
-Dsonar.language=php
6767
-Dsonar.scm.provider=git

.github/workflows/dispatch_module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
;;
4949
esac
5050
# shellcheck disable=SC2088
51-
TESTPLAN="~/defaults/7.4.x.yaml,${LIMIT}~/graphql-base.yaml"
51+
TESTPLAN="~/defaults/7.5.x.yaml,${LIMIT}~/graphql-base.yaml"
5252
echo "testplan=${TESTPLAN}" | tee -a "${GITHUB_OUTPUT}"
5353
5454
dispatch_stable:

.github/workflows/schedule_module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
call_matrix:
99
uses: OXID-eSales/github-actions/.github/workflows/universal_workflow_light.yaml@v5
1010
with:
11-
testplan: '~/defaults/7.4.x.yaml,~/defaults/scheduled.yaml,~/graphql-base.yaml,~/_custom.yaml'
11+
testplan: '~/defaults/7.5.x.yaml,~/defaults/scheduled.yaml,~/graphql-base.yaml,~/_custom.yaml'
1212
runs_on: '"ubuntu-latest"'
1313
defaults: 'v5'
1414
plan_folder: '.github/oxid-esales'

.github/workflows/trigger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
call_matrix:
99
uses: OXID-eSales/github-actions/.github/workflows/universal_workflow_light.yaml@v5
1010
with:
11-
testplan: '~/defaults/7.4.x.yaml,~/defaults/php8.3_mysql8.0_only.yaml,~/graphql-base.yaml,~/_custom.yaml'
11+
testplan: '~/defaults/7.5.x.yaml,~/defaults/php8.3_mysql8.0_only.yaml,~/graphql-base.yaml,~/_custom.yaml'
1212
runs_on: '"ubuntu-latest"'
1313
defaults: 'v5'
1414
plan_folder: '.github/oxid-esales'

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ This assumes you have OXID eShop (at least `OXID-eSales/oxideshop_ce: v7.4.0` co
2424

2525
## Branch Compatibility
2626

27+
* b-7.5.x branch is compatible with latest shop compilation 7.5.x resp. b-7.5.x shop compilation branches
2728
* 12.0.x versions (or b-7.4.x branch) are compatible with latest shop compilation 7.4.x resp. b-7.4.x shop compilation branches
2829
* 11.0.x versions (or b-7.3.x branch) are compatible with latest shop compilation 7.3.x resp. b-7.3.x shop compilation branches
2930
* 10.0.x versions (or b-7.2.x branch) are compatible with latest shop compilation 7.2.x resp. b-7.2.x shop compilation branches
@@ -200,7 +201,7 @@ In case of different environment usage, please adjust by your own needs.
200201
# Development installation on OXID eShop SDK
201202

202203
The installation instructions below are shown for the current [SDK](https://github.com/OXID-eSales/docker-eshop-sdk)
203-
for shop 7.4. Make sure your system meets the requirements of the SDK.
204+
for shop 7.5. Make sure your system meets the requirements of the SDK.
204205

205206
0. Ensure all docker containers are down to avoid port conflicts
206207

@@ -211,7 +212,7 @@ echo MyProject && git clone https://github.com/OXID-eSales/docker-eshop-sdk.git
211212

212213
2. Clone the repository to the source directory
213214
```shell
214-
git clone --recurse-submodules https://github.com/OXID-eSales/graphql-base-module.git --branch=b-7.4.x ./source
215+
git clone --recurse-submodules https://github.com/OXID-eSales/graphql-base-module.git --branch=b-7.5.x ./source
215216
```
216217

217218
3. Run the recipe to setup the development environment, you can decide which shop edition to install. Omitting the flag installs EE.

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require-dev": {
1919
"phpunit/phpunit": "^11.4",
2020
"ext-xdebug": "*",
21-
"oxid-esales/oxideshop-ce": "dev-b-7.4.x",
21+
"oxid-esales/oxideshop-ce": "dev-b-7.5.x",
2222
"phpstan/phpstan": "^1.10",
2323
"squizlabs/php_codesniffer": "3.*",
2424
"phpmd/phpmd": "^2.11",
@@ -28,15 +28,15 @@
2828
"codeception/module-db": "*",
2929
"codeception/codeception": "^5.0",
3030
"codeception/module-asserts": "^3.0",
31-
"oxid-esales/codeception-modules": "dev-b-7.4.x",
32-
"oxid-esales/codeception-page-objects": "dev-b-7.4.x",
33-
"oxid-esales/developer-tools": "dev-b-7.4.x",
34-
"oxid-esales/oxideshop-db-views-generator": "dev-b-7.4.x",
35-
"oxid-esales/oxideshop-doctrine-migration-wrapper": "dev-b-7.4.x",
36-
"oxid-esales/oxideshop-unified-namespace-generator": "dev-b-7.4.x"
31+
"oxid-esales/codeception-modules": "dev-b-7.5.x",
32+
"oxid-esales/codeception-page-objects": "dev-b-7.5.x",
33+
"oxid-esales/developer-tools": "dev-b-7.5.x",
34+
"oxid-esales/oxideshop-db-views-generator": "dev-b-7.5.x",
35+
"oxid-esales/oxideshop-doctrine-migration-wrapper": "dev-b-7.5.x",
36+
"oxid-esales/oxideshop-unified-namespace-generator": "dev-b-7.5.x"
3737
},
3838
"conflict": {
39-
"oxid-esales/oxideshop-ce": "<7.4"
39+
"oxid-esales/oxideshop-ce": "<7.5"
4040
},
4141
"autoload": {
4242
"psr-4": {

0 commit comments

Comments
 (0)