Skip to content

Commit

Permalink
[TMP][CI] Required SF 6 dev branch of ibexa/solr
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Nov 12, 2024
1 parent 443188a commit 6440557
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ jobs:

- name: Add solr dependency
run: |
VERSION=$(jq -r '.extra | ."branch-alias" | ."dev-main"' < composer.json)
export COMPOSER_ROOT_VERSION=dev-ibx-8470-symfony-6
VERSION="$COMPOSER_ROOT_VERSION as 5.0.x-dev"
composer require --no-update "ibexa/solr:$VERSION"
- uses: ramsey/composer-install@v3
Expand Down

0 comments on commit 6440557

Please sign in to comment.