We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 443188a commit 6440557Copy full SHA for 6440557
.github/workflows/ci.yaml
@@ -215,7 +215,8 @@ jobs:
215
216
- name: Add solr dependency
217
run: |
218
- VERSION=$(jq -r '.extra | ."branch-alias" | ."dev-main"' < composer.json)
+ export COMPOSER_ROOT_VERSION=dev-ibx-8470-symfony-6
219
+ VERSION="$COMPOSER_ROOT_VERSION as 5.0.x-dev"
220
composer require --no-update "ibexa/solr:$VERSION"
221
222
- uses: ramsey/composer-install@v3
0 commit comments