We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894cedf commit c61db4cCopy full SHA for c61db4c
1 file changed
.github/workflows/run-tests.yml
@@ -51,12 +51,12 @@ jobs:
51
ref: branch_8_11
52
path: lucene-solr
53
54
- - name: Checkout solr 9.8
+ - name: Checkout solr 9.9
55
if: matrix.solr == 9
56
uses: actions/checkout@v4
57
with:
58
repository: apache/solr
59
- ref: branch_9_8
+ ref: branch_9_9
60
61
62
- name: Start Solr ${{ matrix.solr }} in ${{ matrix.mode }} mode
0 commit comments