Skip to content

Commit

Permalink
[TMP] set solr dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Nov 22, 2024
1 parent 2f7e5a1 commit 655ebf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ jobs:
permissions:
packages: read
contents: read
env:
COMPOSER_ROOT_VERSION=dev-ibx-8534-core-v5-p2
services:
redis:
image: redis
Expand Down Expand Up @@ -215,7 +217,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
Expand Down

0 comments on commit 655ebf3

Please sign in to comment.