Skip to content

Commit

Permalink
Set up main branch to become 4.5 in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Feb 21, 2023
1 parent f9ce7fd commit bc7ed73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/browser-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: 'oss'
project-version: '4.4.x-dev'
test-suite: '--mode=standard --profile=content-forms --tags=~@broken --non-strict'
test-setup-phase-1: '--mode=standard --profile=setup-content-forms'
secrets:
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"ibexa/core": "~4.4.0@dev",
"ibexa/core": "~4.5.0@dev",
"symfony/dependency-injection": "^5.0",
"symfony/http-kernel": "^5.0",
"symfony/http-foundation": "^5.0",
Expand All @@ -26,10 +26,10 @@
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev",
"ibexa/behat": "~4.4.0@dev",
"ibexa/doctrine-schema": "~4.4.0@dev",
"ibexa/http-cache": "~4.4.0@dev",
"ibexa/rest": "~4.4.0@dev",
"ibexa/behat": "~4.5.0@dev",
"ibexa/doctrine-schema": "~4.5.0@dev",
"ibexa/http-cache": "~4.5.0@dev",
"ibexa/rest": "~4.5.0@dev",
"phpunit/phpunit": "^8.2",
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
"behat/behat": "^3.5",
Expand All @@ -56,7 +56,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "4.4.x-dev"
"dev-main": "4.5.x-dev"
}
},
"config": {
Expand Down

0 comments on commit bc7ed73

Please sign in to comment.