Skip to content

Commit c61db4c

Browse files
Solr 9.8 → 9.9 for integration tests (#1159)
1 parent 894cedf commit c61db4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ jobs:
5151
ref: branch_8_11
5252
path: lucene-solr
5353

54-
- name: Checkout solr 9.8
54+
- name: Checkout solr 9.9
5555
if: matrix.solr == 9
5656
uses: actions/checkout@v4
5757
with:
5858
repository: apache/solr
59-
ref: branch_9_8
59+
ref: branch_9_9
6060
path: lucene-solr
6161

6262
- name: Start Solr ${{ matrix.solr }} in ${{ matrix.mode }} mode

0 commit comments

Comments
 (0)