mirror of https://github.com/apache/lucene.git
run tests with java 21
This commit is contained in:
parent
f1c133e8e0
commit
073ad43229
|
@ -59,7 +59,7 @@ jobs:
|
|||
# macos-latest: a tad slower than ubuntu and pretty much the same (?) so leaving out.
|
||||
os: [ubuntu-latest]
|
||||
# Test JVMs.
|
||||
java: [ '17' ]
|
||||
java: [ '21' ]
|
||||
|
||||
env:
|
||||
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue