Skip to content

Commit 6440557

Browse files
committed
[TMP][CI] Required SF 6 dev branch of ibexa/solr
1 parent 443188a commit 6440557

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ jobs:
215215

216216
- name: Add solr dependency
217217
run: |
218-
VERSION=$(jq -r '.extra | ."branch-alias" | ."dev-main"' < composer.json)
218+
export COMPOSER_ROOT_VERSION=dev-ibx-8470-symfony-6
219+
VERSION="$COMPOSER_ROOT_VERSION as 5.0.x-dev"
219220
composer require --no-update "ibexa/solr:$VERSION"
220221
221222
- uses: ramsey/composer-install@v3

0 commit comments

Comments
 (0)