Skip to content

Commit 298aeab

Browse files
committed
[TMP][CI] Required SF 6 dev branch of ibexa/solr
1 parent f391591 commit 298aeab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ jobs:
178178
name: "Solr integration tests"
179179
runs-on: "ubuntu-22.04"
180180
timeout-minutes: 30
181+
env:
182+
COMPOSER_ROOT_VERSION: dev-ibx-8470-symfony-6
181183
permissions:
182184
packages: read
183185
contents: read
@@ -215,7 +217,9 @@ jobs:
215217

216218
- name: Add solr dependency
217219
run: |
218-
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"
219223
composer require --no-update "ibexa/solr:$VERSION"
220224
221225
- uses: ramsey/composer-install@v3

0 commit comments

Comments
 (0)