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 0ab4ff0 commit 1d42f3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browser-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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=@richtext'
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"symfony/translation": "^5.0",
"symfony/translation-contracts": "^2.0",
"twig/twig": "^3.0",
"ibexa/core": "~4.3.0@dev",
"ibexa/content-forms": "~4.3.0@dev",
"ibexa/rest": "~4.3.0@dev",
"ibexa/http-cache": "~4.3.0@dev"
"ibexa/core": "~4.4.0@dev",
"ibexa/content-forms": "~4.4.0@dev",
"ibexa/rest": "~4.4.0@dev",
"ibexa/http-cache": "~4.4.0@dev"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev",
"ibexa/doctrine-schema": "~4.3.0@dev",
"ibexa/doctrine-schema": "~4.4.0@dev",
"phpunit/phpunit": "^9.5",
"symfony/finder": "^5.0",
"matthiasnoback/symfony-config-test": "^4.1",
Expand Down Expand Up @@ -68,7 +68,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "4.3.x-dev"
"dev-main": "4.4.x-dev"
}
}
}

0 comments on commit 1d42f3a

Please sign in to comment.