Skip to content

Commit

Permalink
Set up main branch to become 4.3 in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Sep 19, 2022
1 parent 565cac0 commit a9ccba7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/browser-tests.yaml
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: 'oss'
project-version: '4.2.x-dev'
project-version: '4.3.x-dev'
test-suite: '--profile=browser --suite=password'
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand All @@ -22,7 +22,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: '--profile=browser --suite=providers'
test-setup-phase-1: '--mode=standard --profile=setup --suite=login-methods'
secrets:
Expand Down
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"require": {
"php": "^7.4 || ^8.0",
"ibexa/core": "~4.2.0@dev",
"ibexa/content-forms": "~4.2.0@dev",
"ibexa/core": "~4.3.0@dev",
"ibexa/content-forms": "~4.3.0@dev",
"jms/translation-bundle": "^1.5",
"symfony/dependency-injection": "^5.0",
"symfony/http-kernel": "^5.0",
Expand All @@ -47,12 +47,12 @@
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev",
"ibexa/doctrine-schema": "~4.2.0@dev",
"ibexa/search": "~4.2.0@dev",
"ibexa/design-engine": "~4.2.0@dev",
"ibexa/http-cache": "~4.2.0@dev",
"ibexa/fieldtype-richtext": "~4.2.0@dev",
"ibexa/rest": "~4.2.0@dev",
"ibexa/doctrine-schema": "~4.3.0@dev",
"ibexa/search": "~4.3.0@dev",
"ibexa/design-engine": "~4.3.0@dev",
"ibexa/http-cache": "~4.3.0@dev",
"ibexa/fieldtype-richtext": "~4.3.0@dev",
"ibexa/rest": "~4.3.0@dev",
"league/flysystem-memory": "^1.0",
"symfony/proxy-manager-bridge": "^5.0",
"friendsofphp/php-cs-fixer": "^3.0",
Expand All @@ -68,7 +68,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "4.2.x-dev"
"dev-main": "4.3.x-dev"
}
}
}

0 comments on commit a9ccba7

Please sign in to comment.