Skip to content

Commit

Permalink
Add JDK 24 EA build
Browse files Browse the repository at this point in the history
Signed-off-by: Emilie <[email protected]>
  • Loading branch information
emilie-robichaud committed Dec 20, 2024
1 parent 4b2a3b3 commit f89d714
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
# os: [macos-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest]
java-version: [17, 21, 23]
java-version: [17, 21, 24]

runs-on: ${{ matrix.os }}

Expand Down
9 changes: 3 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,11 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Specify the Java version for the compiler plugin here -->
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<!-- Available from Java 9, setting release includes source and target (and then some) -->
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<!-- Specify the java version that may be used in places other than the compiler plugin -->
<java.version>11</java.version>
<jdk.version>11</jdk.version>
<java.version>17</java.version>
</properties>

<modules>
Expand Down

0 comments on commit f89d714

Please sign in to comment.