Skip to content

Commit 62efd4c

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,10 @@ jobs:
214214
coverage: none
215215

216216
- name: Add solr dependency
217+
env:
218+
COMPOSER_ROOT_VERSION: dev-ibx-8470-symfony-6
217219
run: |
218-
VERSION=$(jq -r '.extra | ."branch-alias" | ."dev-main"' < composer.json)
220+
VERSION='dev-ibx-8470-symfony-6 as 5.0.x-dev'
219221
composer require --no-update "ibexa/solr:$VERSION"
220222
221223
- uses: ramsey/composer-install@v3

0 commit comments

Comments
 (0)