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 fba6ef0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ jobs:
name: "Solr integration tests"
runs-on: "ubuntu-22.04"
timeout-minutes: 30
env:
COMPOSER_ROOT_VERSION: dev-ibx-8470-symfony-6
permissions:
packages: read
contents: read
Expand Down Expand Up @@ -215,7 +217,9 @@ 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"
echo "COMPOSER_ROOT_VERSION: $COMPOSER_ROOT_VERSION"
composer require --no-update "ibexa/solr:$VERSION"
- uses: ramsey/composer-install@v3
Expand Down

0 comments on commit fba6ef0

Please sign in to comment.