From 462caff48d0122a0827a389af12666ac4ac7fcb2 Mon Sep 17 00:00:00 2001 From: Tomasz Kryszan Date: Wed, 25 Oct 2023 17:39:32 +0200 Subject: [PATCH] [CI] Added temporary dev branch for ibexa/solr --- .github/workflows/ci.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3d110a576e..cb3f381af0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -192,7 +192,7 @@ jobs: image: redis ports: - 6379:6379 - options: + options: --memory=60m solr: image: ghcr.io/ibexa/core/solr @@ -210,7 +210,7 @@ jobs: - '7.4' - '8.0' - '8.1' - steps: + steps: - uses: actions/checkout@v2 with: fetch-depth: 0 @@ -220,10 +220,11 @@ jobs: with: php-version: ${{ matrix.php }} coverage: none - + - name: Add solr dependency run: | - VERSION=$(jq -r '.extra | ."branch-alias" | ."dev-main"' < composer.json) +# VERSION=$(jq -r '.extra | ."branch-alias" | ."dev-main"' < composer.json) + VERSION="dev-ibx-6620-added-image-criterion-visitors as 4.6.x-dev" composer require --no-update "ibexa/solr:$VERSION" - uses: "ramsey/composer-install@v1"