From 94ac27e1ae979e1c09fff30caa9f3a9fe472771c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Mon, 19 Sep 2022 14:53:37 +0200 Subject: [PATCH] Set up main branch to become 4.3 in the future --- .github/workflows/browser-tests.yaml | 14 +++++++------- .github/workflows/ci.yaml | 2 +- composer.json | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/browser-tests.yaml b/.github/workflows/browser-tests.yaml index 9be4814..fe63cca 100644 --- a/.github/workflows/browser-tests.yaml +++ b/.github/workflows/browser-tests.yaml @@ -13,7 +13,7 @@ jobs: uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: 'oss' - project-version: '4.2.x-dev' + project-version: '4.3.x-dev' test-suite: '--mode=standard --profile=httpCache --suite=symfonycache' test-setup-phase-1: '--mode=standard --profile=httpCache --suite=setup-symfony-cache' test-setup-phase-2: '--mode=standard --profile=httpCache --suite=setup' @@ -24,7 +24,7 @@ jobs: uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: 'oss' - project-version: '4.2.x-dev' + project-version: '4.3.x-dev' setup: "doc/docker/base-dev.yml:doc/docker/varnish.yml:doc/docker/selenium.yml" test-suite: '--mode=standard --profile=httpCache --suite=varnish6' test-setup-phase-1: '--mode=standard --profile=httpCache --suite=setup' @@ -35,7 +35,7 @@ jobs: uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: 'oss' - project-version: '4.2.x-dev' + project-version: '4.3.x-dev' setup: "doc/docker/base-dev.yml:doc/docker/varnish7.yml:doc/docker/selenium.yml" test-suite: '--mode=standard --profile=httpCache --suite=varnish7' test-setup-phase-1: '--mode=standard --profile=httpCache --suite=setup' @@ -46,7 +46,7 @@ jobs: uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: 'oss' - project-version: '4.2.x-dev' + project-version: '4.3.x-dev' setup: "doc/docker/base-dev.yml:doc/docker/varnish.yml:doc/docker/selenium.yml" test-suite: '--mode=standard --profile=httpCache --suite=varnish6-translation-aware' test-setup-phase-1: '--mode=standard --profile=httpCache --suite=setup-translation-aware' @@ -58,7 +58,7 @@ jobs: uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: 'oss' - project-version: '4.2.x-dev' + project-version: '4.3.x-dev' setup: "doc/docker/base-dev.yml:doc/docker/varnish7.yml:doc/docker/selenium.yml" test-suite: '--mode=standard --profile=httpCache --suite=varnish7-translation-aware' test-setup-phase-1: '--mode=standard --profile=httpCache --suite=setup-translation-aware' @@ -70,7 +70,7 @@ jobs: uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: 'oss' - project-version: '4.2.x-dev' + project-version: '4.3.x-dev' setup: "doc/docker/base-dev.yml:doc/docker/varnish.yml:doc/docker/selenium.yml" test-suite: '--mode=standard --profile=httpCache --suite=varnish6' test-setup-phase-1: '--mode=standard --profile=httpCache --suite=setup-token' @@ -82,7 +82,7 @@ jobs: uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: 'oss' - project-version: '4.2.x-dev' + project-version: '4.3.x-dev' setup: "doc/docker/base-dev.yml:doc/docker/varnish7.yml:doc/docker/selenium.yml" test-suite: '--mode=standard --profile=httpCache --suite=varnish7' test-setup-phase-1: '--mode=standard --profile=httpCache --suite=setup-token' diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 654e6a1..3bd49fb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,4 +73,4 @@ jobs: integration-tests: name: "REST integration tests" - uses: ibexa/rest/.github/workflows/integration-tests-callable.yaml@4.2 + uses: ibexa/rest/.github/workflows/integration-tests-callable.yaml@main diff --git a/composer.json b/composer.json index 31161dc..5fcd85b 100644 --- a/composer.json +++ b/composer.json @@ -14,8 +14,8 @@ ], "require": { "php": "^7.4 || ^8.0", - "ibexa/core": "~4.2.x-dev", - "ibexa/rest": "~4.2.0@dev", + "ibexa/core": "~4.3.x-dev", + "ibexa/rest": "~4.3.0@dev", "friendsofsymfony/http-cache-bundle": "^2.8", "friendsofsymfony/http-cache": "^2.9", "symfony/http-foundation": "^5.0", @@ -31,7 +31,7 @@ }, "require-dev": { "ibexa/ci-scripts": "^0.2@dev", - "ibexa/doctrine-schema": "~4.2.0@dev", + "ibexa/doctrine-schema": "~4.3.0@dev", "phpunit/phpunit": "^8.5", "matthiasnoback/symfony-dependency-injection-test": "^4.3", "phpspec/phpspec": "^7.1", @@ -71,7 +71,7 @@ }, "extra": { "branch-alias": { - "dev-main": "4.2.x-dev" + "dev-main": "4.3.x-dev" } } }