Skip to content

Commit c9c1c39

Browse files
committed
[CI] Added dev dependency on ibexa/solr
1 parent e98000a commit c9c1c39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
image: redis
193193
ports:
194194
- 6379:6379
195-
options:
195+
options:
196196
--memory=60m
197197
solr:
198198
image: ghcr.io/ibexa/core/solr
@@ -210,7 +210,7 @@ jobs:
210210
- '7.4'
211211
- '8.0'
212212
- '8.1'
213-
steps:
213+
steps:
214214
- uses: actions/checkout@v2
215215
with:
216216
fetch-depth: 0
@@ -220,10 +220,10 @@ jobs:
220220
with:
221221
php-version: ${{ matrix.php }}
222222
coverage: none
223-
223+
224224
- name: Add solr dependency
225225
run: |
226-
VERSION=$(jq -r '.extra | ."branch-alias" | ."dev-main"' < composer.json)
226+
VERSION=dev-ibx-7418-added-criterion-visitior-for-content-name-criterion-ci as 4.6.x-dev
227227
composer require --no-update "ibexa/solr:$VERSION"
228228
229229
- uses: "ramsey/composer-install@v1"

0 commit comments

Comments
 (0)