post merge fix

This commit is contained in:
ChrisHegarty 2024-02-19 11:45:18 +00:00
parent 07f4b5b19f
commit c7b05f56bd
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ name: Prepare Lucene build
inputs:
java-version:
required: false
default: 17
default: 21
description: "The default JDK version to set up."
java-distribution:

View File

@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
java: [ '17' ]
java: [ '21' ]
runs-on: ${{ matrix.os }}
@ -52,7 +52,7 @@ jobs:
# windows-latest: fairly slow to build and results in odd errors (see LUCENE-10167)
# macos-latest: a tad slower than ubuntu and pretty much the same (?) so leaving out.
os: [ ubuntu-latest ]
java: [ '17' ]
java: [ '21' ]
runs-on: ${{ matrix.os }}