Skip to content

Commit

Permalink
refactor(java): drop java 11 support because `org.apache.lucene.query…
Browse files Browse the repository at this point in the history
…parser` has dropped it

BREAKING CHANGE: Lucene Query Parser has dropped Java 11 Support
  • Loading branch information
QuadStingray authored and Simon Siedler committed Oct 22, 2024
1 parent d2f9727 commit aefb294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
mongodb-version: ['4.4', '5.0', '6.0', '7.0']
java: [ '11', '17' ]
java: [ '17', '21', '23' ]
steps:
- uses: actions/checkout@main
- name: Setup TimeZone
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/other_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
mongodb-version: ['4.4', '5.0', '6.0', '7.0']
java: [ '11', '17' ]
java: [ '17', '21', '23' ]
steps:
- uses: actions/checkout@main
- name: Set up JDK ${{ matrix.Java }}
Expand Down

0 comments on commit aefb294

Please sign in to comment.