Skip to content

Commit

Permalink
Set up main branch to become 4.4 in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Nov 21, 2022
1 parent f623a82 commit 683b030
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .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.3.x-dev'
project-version: '4.4.x-dev'
test-suite: '--profile=browser --suite=admin-ui --tags=@contentQuery'
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"ibexa/admin-ui": "~4.3.0@dev",
"ibexa/content-forms": "~4.3.0@dev",
"ibexa/graphql": "~4.3.0@dev",
"ibexa/rest": "~4.3.0@dev",
"ibexa/core": "~4.3.0@dev",
"ibexa/admin-ui": "~4.4.0@dev",
"ibexa/content-forms": "~4.4.0@dev",
"ibexa/graphql": "~4.4.0@dev",
"ibexa/rest": "~4.4.0@dev",
"ibexa/core": "~4.4.0@dev",
"symfony/dependency-injection": "^5.0",
"symfony/expression-language": "^5.0",
"symfony/event-dispatcher": "^5.0",
Expand All @@ -38,12 +38,12 @@
}
},
"require-dev": {
"ibexa/doctrine-schema": "~4.3.0@dev",
"ibexa/design-engine": "~4.3.0@dev",
"ibexa/fieldtype-richtext": "~4.3.0@dev",
"ibexa/search": "~4.3.0@dev",
"ibexa/user": "~4.3.0@dev",
"ibexa/http-cache": "~4.3.0@dev",
"ibexa/doctrine-schema": "~4.4.0@dev",
"ibexa/design-engine": "~4.4.0@dev",
"ibexa/fieldtype-richtext": "~4.4.0@dev",
"ibexa/search": "~4.4.0@dev",
"ibexa/user": "~4.4.0@dev",
"ibexa/http-cache": "~4.4.0@dev",
"phpspec/phpspec": "^7.1",
"ibexa/code-style": "^1.0",
"friendsofphp/php-cs-fixer": "^3.0"
Expand All @@ -55,7 +55,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "4.3.x-dev"
"dev-main": "4.4.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 683b030

Please sign in to comment.