Skip to content

Commit

Permalink
NGSTACK-805: fix config for Solr 7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Nov 7, 2023
1 parent 48d8110 commit 6caa6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
config: 'phpunit-integration-solr.xml'
solr_version: '7.7.3'
solr_cloud: 'yes'
solr_config: 'vendor/ibexa/solr/src/lib/Resources/config/solr/schema.xml vendor/ibexa/solr/src/lib/Resources/config/solr/language-fieldtypes.xml tests/lib/Resources/config/search/solr/8.11/solrconfig.xml tests/lib/Resources/config/search/solr/custom-fields-types.xml'
solr_config: 'vendor/ibexa/solr/src/lib/Resources/config/solr/schema.xml vendor/ibexa/solr/src/lib/Resources/config/solr/language-fieldtypes.xml tests/lib/Resources/config/search/solr/7.7/solrconfig.xml tests/lib/Resources/config/search/solr/custom-fields-types.xml'
core_setup: 'cloud'

- php: '8.1'
Expand Down

0 comments on commit 6caa6b0

Please sign in to comment.