File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/lib/Resources/config/solr Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
solr9-test :
12
- name : " Solr 9.2 .1 PR Test"
12
+ name : " Solr 9.8 .1 PR Test"
13
13
runs-on : ubuntu-22.04
14
14
strategy :
15
15
fail-fast : false
21
21
- ' cloud'
22
22
env :
23
23
CORES_SETUP : ${{ matrix.cores-setup }}
24
- SOLR_VERSION : ' 9.2 .1'
24
+ SOLR_VERSION : ' 9.8 .1'
25
25
26
26
steps :
27
27
- if : matrix.cores-setup == 'cloud'
Original file line number Diff line number Diff line change 16
16
"php" : " ^7.4 || ^8.0" ,
17
17
"ext-json" : " *" ,
18
18
"ext-xmlwriter" : " *" ,
19
- "ibexa/core" : " ~ 4.6.0@ dev" ,
19
+ "ibexa/core" : " dev-solr-9-update as 4.6.x- dev" ,
20
20
"netgen/query-translator" : " ^1.0.2" ,
21
21
"symfony/http-kernel" : " ^5.0" ,
22
22
"symfony/dependency-injection" : " ^5.0" ,
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!DOCTYPE schema [
3
3
<!ENTITY langfields SYSTEM " language-fieldtypes.xml" >
4
- <!ENTITY customfields SYSTEM " custom-fields-types.xml" >
4
+ <!ENTITY customfields SYSTEM " custom-fields-types-solr9 .xml" >
5
5
]>
6
6
<!--
7
7
This is the Solr schema file. This file should be named "schema.xml" and should
You can’t perform that action at this time.
0 commit comments