Skip to content

Commit 655ebf3

Browse files
committed
[TMP] set solr dependency
1 parent 2f7e5a1 commit 655ebf3

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
@@ -181,6 +181,8 @@ jobs:
181181
permissions:
182182
packages: read
183183
contents: read
184+
env:
185+
COMPOSER_ROOT_VERSION=dev-ibx-8534-core-v5-p2
184186
services:
185187
redis:
186188
image: redis
@@ -215,7 +217,7 @@ jobs:
215217

216218
- name: Add solr dependency
217219
run: |
218-
VERSION=$(jq -r '.extra | ."branch-alias" | ."dev-main"' < composer.json)
220+
VERSION="dev-ibx-8534-core-batch-2"
219221
composer require --no-update "ibexa/solr:$VERSION"
220222
221223
- uses: ramsey/composer-install@v3

0 commit comments

Comments
 (0)