Skip to content

Commit

Permalink
[CI] Added temporary dev branch for ibexa/solr
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Oct 25, 2023
1 parent 465fd19 commit 462caff
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 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,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"
Expand Down

0 comments on commit 462caff

Please sign in to comment.