diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index a8352604..60249fda 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -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" @@ -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" diff --git a/composer.json b/composer.json index 18bb5172..7e1f5089 100644 --- a/composer.json +++ b/composer.json @@ -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" } } }