From 6b11f71c27ce13d70ce8dcb17c607a74e97fc482 Mon Sep 17 00:00:00 2001 From: Tomasz Kryszan Date: Tue, 19 Dec 2023 12:24:43 +0100 Subject: [PATCH] [CI] Added dev dependency on ibexa/solr --- .github/workflows/ci.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3d110a576e..9c48dc20bb 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,11 +220,10 @@ jobs: with: php-version: ${{ matrix.php }} coverage: none - + - name: Add solr dependency run: | - VERSION=$(jq -r '.extra | ."branch-alias" | ."dev-main"' < composer.json) - composer require --no-update "ibexa/solr:$VERSION" + composer require --no-update "ibexa/solr:dev-ibx-7418-added-criterion-visitior-for-content-name-criterion-ci as 4.6.x-dev" - uses: "ramsey/composer-install@v1" with: