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 27, 2023
1 parent 17bce6b commit b8db73d
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-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 b8db73d

Please sign in to comment.