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 f391591 commit 298aeabCopy full SHA for 298aeab
.github/workflows/ci.yaml
@@ -178,6 +178,8 @@ jobs:
178
name: "Solr integration tests"
179
runs-on: "ubuntu-22.04"
180
timeout-minutes: 30
181
+ env:
182
+ COMPOSER_ROOT_VERSION: dev-ibx-8470-symfony-6
183
permissions:
184
packages: read
185
contents: read
@@ -215,7 +217,9 @@ jobs:
215
217
216
218
- name: Add solr dependency
219
run: |
- VERSION=$(jq -r '.extra | ."branch-alias" | ."dev-main"' < composer.json)
220
+ export COMPOSER_ROOT_VERSION=dev-ibx-8470-symfony-6
221
+ VERSION="$COMPOSER_ROOT_VERSION as 5.0.x-dev"
222
+ echo "COMPOSER_ROOT_VERSION: $COMPOSER_ROOT_VERSION"
223
composer require --no-update "ibexa/solr:$VERSION"
224
225
- uses: ramsey/composer-install@v3
0 commit comments