Skip to content

Commit d0aafe3

Browse files
committed
Set up master branch to become 4.2 in the future
1 parent e315b41 commit d0aafe3

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

.github/workflows/browser-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
1414
with:
1515
project-edition: "content"
16-
project-version: "4.1.x-dev"
16+
project-version: "4.2.x-dev"
1717
test-suite: "--profile=regression --suite=content"
1818
test-setup-phase-1: "--profile=regression --suite=setup-content --tags=~@part2 --mode=standard"
1919
test-setup-phase-2: "--profile=regression --suite=setup-content --tags=@part2 --mode=standard"
@@ -31,7 +31,7 @@ jobs:
3131
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
3232
with:
3333
project-edition: "content"
34-
project-version: "4.1.x-dev"
34+
project-version: "4.2.x-dev"
3535
test-suite: "--profile=regression --suite=content"
3636
test-setup-phase-1: "--profile=regression --suite=setup-content --tags=~@part2 --mode=standard"
3737
test-setup-phase-2: "--profile=regression --suite=setup-content --tags=@part2 --mode=standard"

composer.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,31 @@
1010
],
1111
"require": {
1212
"php": "^7.4 || ^8.0",
13-
"ibexa/oss": "~4.1.x-dev",
14-
"ibexa/measurement": "~4.1.x-dev",
15-
"ibexa/migrations": "~4.1.x-dev",
16-
"ibexa/image-editor": "~4.1.x-dev",
17-
"ibexa/oauth2-client": "~4.1.x-dev",
18-
"ibexa/installer": "~4.1.x-dev",
19-
"ibexa/product-catalog": "~4.1.x-dev",
20-
"ibexa/scheduler": "~4.1.x-dev",
21-
"ibexa/calendar": "~4.1.x-dev",
22-
"ibexa/connector-dam": "~4.1.x-dev",
23-
"ibexa/elasticsearch": "~4.1.x-dev",
24-
"ibexa/fastly": "~4.1.x-dev",
25-
"ibexa/icons": "~4.1.x-dev",
26-
"ibexa/personalization": "~4.1.x-dev",
27-
"ibexa/version-comparison": "~4.1.x-dev",
28-
"ibexa/workflow": "~4.1.x-dev",
29-
"ibexa/taxonomy": "~4.1.x-dev",
30-
"ibexa/tree-builder": "~4.1.x-dev",
31-
"ibexa/content-tree": "~4.1.x-dev",
32-
"ibexa/commerce-base-design": "~4.1.x-dev",
33-
"ibexa/commerce-checkout": "~4.1.x-dev",
34-
"ibexa/commerce-fieldtypes": "~4.1.x-dev",
35-
"ibexa/commerce-price-engine": "~4.1.x-dev",
36-
"ibexa/commerce-shop": "~4.1.x-dev",
37-
"ibexa/commerce-shop-ui": "~4.1.x-dev",
13+
"ibexa/oss": "~4.2.x-dev",
14+
"ibexa/measurement": "~4.2.x-dev",
15+
"ibexa/migrations": "~4.2.x-dev",
16+
"ibexa/image-editor": "~4.2.x-dev",
17+
"ibexa/oauth2-client": "~4.2.x-dev",
18+
"ibexa/installer": "~4.2.x-dev",
19+
"ibexa/product-catalog": "~4.2.x-dev",
20+
"ibexa/scheduler": "~4.2.x-dev",
21+
"ibexa/calendar": "~4.2.x-dev",
22+
"ibexa/connector-dam": "~4.2.x-dev",
23+
"ibexa/elasticsearch": "~4.2.x-dev",
24+
"ibexa/fastly": "~4.2.x-dev",
25+
"ibexa/icons": "~4.2.x-dev",
26+
"ibexa/personalization": "~4.2.x-dev",
27+
"ibexa/version-comparison": "~4.2.x-dev",
28+
"ibexa/workflow": "~4.2.x-dev",
29+
"ibexa/taxonomy": "~4.2.x-dev",
30+
"ibexa/tree-builder": "~4.2.x-dev",
31+
"ibexa/content-tree": "~4.2.x-dev",
32+
"ibexa/commerce-base-design": "~4.2.x-dev",
33+
"ibexa/commerce-checkout": "~4.2.x-dev",
34+
"ibexa/commerce-fieldtypes": "~4.2.x-dev",
35+
"ibexa/commerce-price-engine": "~4.2.x-dev",
36+
"ibexa/commerce-shop": "~4.2.x-dev",
37+
"ibexa/commerce-shop-ui": "~4.2.x-dev",
3838
"ezsystems/apache-tika-bundle": "^2.0",
3939
"ezsystems/comment-bundle": "^3.1",
4040
"ezsystems/job-queue-bundle": "^4.0",
@@ -47,7 +47,7 @@
4747
},
4848
"extra": {
4949
"branch-alias": {
50-
"dev-master": "4.1.x-dev"
50+
"dev-master": "4.2.x-dev"
5151
}
5252
}
5353
}

0 commit comments

Comments
 (0)