Skip to content

Commit

Permalink
Solr 9.7 → 9.8 for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascorthals committed Jan 22, 2025
1 parent 354b915 commit 3a7d18d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
ref: branch_8_11
path: lucene-solr

- name: Checkout solr 9.7
- name: Checkout solr 9.8
if: matrix.solr == 9
uses: actions/checkout@v4
with:
repository: apache/solr
ref: branch_9_7
ref: branch_9_8
path: lucene-solr

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

0 comments on commit 3a7d18d

Please sign in to comment.