mirror of https://github.com/apache/lucene.git
Java 22 has been released, so drop -ea from smoketester gh workflow matrix.
This commit is contained in:
parent
14782a2a09
commit
b85c99daaf
|
@ -18,7 +18,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-latest ]
|
||||
java-version: [ '21', '22-ea' ]
|
||||
java-version: [ '21', '22' ]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue