Skip to content

Commit

Permalink
Set up master branch to become 4.2 in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Apr 20, 2022
1 parent bdbd6c9 commit 17967eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "commerce"
project-version: "4.1.x-dev"
project-version: "4.2.x-dev"
test-suite: "--profile=regression --suite=commerce"
test-setup-phase-1: "--profile=regression --suite=setup-commerce --tags=~@part2 --mode=standard"
test-setup-phase-2: "--profile=regression --suite=setup-commerce --tags=@part2 --mode=standard"
Expand All @@ -31,7 +31,7 @@ jobs:
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "commerce"
project-version: "4.1.x-dev"
project-version: "4.2.x-dev"
test-suite: "--profile=regression --suite=commerce"
test-setup-phase-1: "--profile=regression --suite=setup-commerce --tags=~@part2 --mode=standard"
test-setup-phase-2: "--profile=regression --suite=setup-commerce --tags=@part2 --mode=standard"
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
],
"require": {
"php": "^7.4 || ^8.0",
"ibexa/experience": "~4.1.x-dev",
"ibexa/commerce-admin-ui": "~4.1.x-dev",
"ibexa/commerce-erp-admin": "~4.1.x-dev",
"ibexa/commerce-order-history": "~4.1.x-dev",
"ibexa/commerce-page-builder": "~4.1.x-dev",
"ibexa/commerce-rest": "~4.1.x-dev",
"ibexa/commerce-transaction": "~4.1.x-dev"
"ibexa/experience": "~4.2.x-dev",
"ibexa/commerce-admin-ui": "~4.2.x-dev",
"ibexa/commerce-erp-admin": "~4.2.x-dev",
"ibexa/commerce-order-history": "~4.2.x-dev",
"ibexa/commerce-page-builder": "~4.2.x-dev",
"ibexa/commerce-rest": "~4.2.x-dev",
"ibexa/commerce-transaction": "~4.2.x-dev"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev"
},
"extra": {
"branch-alias": {
"dev-master": "4.1.x-dev"
"dev-master": "4.2.x-dev"
}
}
}

0 comments on commit 17967eb

Please sign in to comment.