Skip to content

Commit 1d42f3a

Browse files
committed
Set up main branch to become 4.4 in the future
1 parent 0ab4ff0 commit 1d42f3a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/browser-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
1515
with:
1616
project-edition: 'oss'
17-
project-version: '4.3.x-dev'
17+
project-version: '4.4.x-dev'
1818
test-suite: '--profile=browser --suite=admin-ui --tags=@richtext'
1919
secrets:
2020
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"symfony/translation": "^5.0",
2525
"symfony/translation-contracts": "^2.0",
2626
"twig/twig": "^3.0",
27-
"ibexa/core": "~4.3.0@dev",
28-
"ibexa/content-forms": "~4.3.0@dev",
29-
"ibexa/rest": "~4.3.0@dev",
30-
"ibexa/http-cache": "~4.3.0@dev"
27+
"ibexa/core": "~4.4.0@dev",
28+
"ibexa/content-forms": "~4.4.0@dev",
29+
"ibexa/rest": "~4.4.0@dev",
30+
"ibexa/http-cache": "~4.4.0@dev"
3131
},
3232
"require-dev": {
3333
"ibexa/ci-scripts": "^0.2@dev",
34-
"ibexa/doctrine-schema": "~4.3.0@dev",
34+
"ibexa/doctrine-schema": "~4.4.0@dev",
3535
"phpunit/phpunit": "^9.5",
3636
"symfony/finder": "^5.0",
3737
"matthiasnoback/symfony-config-test": "^4.1",
@@ -68,7 +68,7 @@
6868
},
6969
"extra": {
7070
"branch-alias": {
71-
"dev-main": "4.3.x-dev"
71+
"dev-main": "4.4.x-dev"
7272
}
7373
}
7474
}

0 commit comments

Comments
 (0)