Skip to content

Commit 9a181b6

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.8.1 PR Test"
12+
name: "Solr 9.2.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.8.1'
24+
SOLR_VERSION: '9.2.1'
2525

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

0 commit comments

Comments
 (0)