diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b97487dc91..d58c7b7d51 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -215,7 +215,7 @@ jobs: - name: Add solr dependency run: | - VERSION=$(jq -r '.extra | ."branch-alias" | ."dev-main"' < composer.json) + VERSION="dev-ibx-8534-core-batch-2" composer require --no-update "ibexa/solr:$VERSION" - uses: ramsey/composer-install@v3