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 bf64937 commit 6fed82c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: '--mode=standard --profile=core --suite=web --tags=~@broken'
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
},
"require": {
"symfony/http-kernel": "^5.0",
"ibexa/design-engine": "~4.3.0@dev",
"ibexa/core": "~4.3.0@dev",
"ibexa/design-engine": "~4.4.0@dev",
"ibexa/core": "~4.4.0@dev",
"php": "^7.4 || ^8.0"
},
"require-dev": {
"ibexa/doctrine-schema": "~4.3.0@dev",
"ibexa/doctrine-schema": "~4.4.0@dev",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"phpunit/phpunit": "^8.1",
"ibexa/code-style": "^1.0",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "4.3.x-dev"
"dev-main": "4.4.x-dev"
}
}
}

0 comments on commit 6fed82c

Please sign in to comment.