Skip to content

Commit

Permalink
Set up master branch to become 4.5 in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Feb 21, 2023
1 parent cf8a1ec commit 4584106
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "commerce"
project-version: "4.4.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 @@ -42,7 +41,6 @@ jobs:
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "commerce"
project-version: "4.4.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
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
],
"require": {
"php": "^7.4 || ^8.0",
"ibexa/experience": "~4.4.x-dev",
"ibexa/cart": "~4.4.x-dev",
"ibexa/checkout": "~4.4.x-dev",
"ibexa/storefront": "~4.4.x-dev"
"ibexa/experience": "~4.5.x-dev",
"ibexa/cart": "~4.5.x-dev",
"ibexa/checkout": "~4.5.x-dev",
"ibexa/storefront": "~4.5.x-dev"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev"
},
"extra": {
"branch-alias": {
"dev-master": "4.4.x-dev"
"dev-master": "4.5.x-dev"
}
}
}

0 comments on commit 4584106

Please sign in to comment.