From 5353aa27dfb9fec0338fd7d5e8532d45832b2d40 Mon Sep 17 00:00:00 2001 From: Tomasz Kryszan Date: Tue, 20 Aug 2024 09:49:37 +0200 Subject: [PATCH] [CI] Added dev dependency on ibexa/solr --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3d110a576e..e4ac5f5482 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -223,7 +223,7 @@ jobs: - name: Add solr dependency run: | - VERSION=$(jq -r '.extra | ."branch-alias" | ."dev-main"' < composer.json) + VERSION=dev-ibx-8726-added-support-for-is-bookmarked-criterion-temp composer require --no-update "ibexa/solr:$VERSION" - uses: "ramsey/composer-install@v1"