File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments