Skip to content

Commit

Permalink
[CI] Added dev dependency on ibexa/solr
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Dec 19, 2023
1 parent e98000a commit c9c1c39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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,10 +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)
VERSION=dev-ibx-7418-added-criterion-visitior-for-content-name-criterion-ci as 4.6.x-dev
composer require --no-update "ibexa/solr:$VERSION"
- uses: "ramsey/composer-install@v1"
Expand Down

0 comments on commit c9c1c39

Please sign in to comment.