Skip to content

Commit

Permalink
[CI] Added temporary dev dependency on ibexa/solr
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Nov 9, 2023
1 parent 03a0765 commit e012b49
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
image: redis
ports:
- 6379:6379
options:
options:
--memory=60m
solr:
image: ghcr.io/ibexa/core/solr
Expand All @@ -210,7 +210,7 @@ jobs:
- '7.4'
- '8.0'
- '8.1'
steps:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
Expand All @@ -220,11 +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)
composer require --no-update "ibexa/solr:$VERSION"
VERSION="dev-ibx-6620-added-image-criterion-visitors as 4.6.x-dev"
COMPOSER_ROOT_VERSION=dev-ibx-6620-added-image-search-criterions composer require --no-update "ibexa/solr:$VERSION"
- uses: "ramsey/composer-install@v1"
with:
Expand Down

0 comments on commit e012b49

Please sign in to comment.