Skip to content

Commit 97377b5

Browse files
committed
Set up main branch to become 4.4 in the future
1 parent 1186c8b commit 97377b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/integration-tests-callable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
APP_DEBUG: 1
77
PHP_INI_ENV_memory_limit: 512M
88
COMPOSER_CACHE_DIR: ~/.composer/cache
9-
PROJECT_VERSION: 4.3.x-dev
9+
PROJECT_VERSION: 4.4.x-dev
1010
PROJECT_EDITION: oss
1111
SETUP: "doc/docker/base-dev.yml:doc/docker/selenium.yml"
1212
WEB_HOST: web

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"ext-libxml": "*",
3131
"ext-simplexml": "*",
3232
"ext-xmlwriter": "*",
33-
"ibexa/core": "~4.3.0@dev",
33+
"ibexa/core": "~4.4.0@dev",
3434
"symfony/http-kernel": "^5.3",
3535
"symfony/dependency-injection": "^5.3",
3636
"symfony/routing": "^5.3",
@@ -47,7 +47,7 @@
4747
},
4848
"require-dev": {
4949
"ibexa/ci-scripts": "^0.2@dev",
50-
"ibexa/doctrine-schema": "~4.3.0@dev",
50+
"ibexa/doctrine-schema": "~4.4.0@dev",
5151
"ibexa/code-style": "^1.0",
5252
"friendsofphp/php-cs-fixer": "^3.0",
5353
"phpunit/phpunit": "^8.5",
@@ -70,7 +70,7 @@
7070
},
7171
"extra": {
7272
"branch-alias": {
73-
"dev-main": "4.3.x-dev"
73+
"dev-main": "4.4.x-dev"
7474
}
7575
}
7676
}

0 commit comments

Comments
 (0)