Skip to content

Commit ea096cf

Browse files
committed
Dedicated test fix
1 parent 9a181b6 commit ea096cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/solr9-only.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
solr9-test:
12-
name: "Solr 9.2.1 PR Test"
12+
name: "Solr 9.8.1 PR Test"
1313
runs-on: ubuntu-22.04
1414
strategy:
1515
fail-fast: false
@@ -21,7 +21,7 @@ jobs:
2121
- 'cloud'
2222
env:
2323
CORES_SETUP: ${{ matrix.cores-setup }}
24-
SOLR_VERSION: '9.2.1'
24+
SOLR_VERSION: '9.8.1'
2525

2626
steps:
2727
- if: matrix.cores-setup == 'cloud'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"php": "^7.4 || ^8.0",
1717
"ext-json": "*",
1818
"ext-xmlwriter": "*",
19-
"ibexa/core": "~4.6.0@dev",
19+
"ibexa/core": "dev-solr-9-update as 4.6.x-dev",
2020
"netgen/query-translator": "^1.0.2",
2121
"symfony/http-kernel": "^5.0",
2222
"symfony/dependency-injection": "^5.0",

src/lib/Resources/config/solr/managed-schema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<!DOCTYPE schema [
33
<!ENTITY langfields SYSTEM "language-fieldtypes.xml">
4-
<!ENTITY customfields SYSTEM "custom-fields-types.xml">
4+
<!ENTITY customfields SYSTEM "custom-fields-types-solr9.xml">
55
]>
66
<!--
77
This is the Solr schema file. This file should be named "schema.xml" and should

0 commit comments

Comments
 (0)