Skip to content

Commit

Permalink
Use java 21 to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Sep 19, 2023
1 parent 7480864 commit 75b22fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

<!-- default bytecode version for src/main -->
<main.java.version>1.8</main.java.version>
<latest.java.version>17</latest.java.version>
<latest.java.version>21</latest.java.version>

<!-- default bytecode version for src/test -->
<maven.compiler.source>${main.java.version}</maven.compiler.source>
Expand Down

0 comments on commit 75b22fe

Please sign in to comment.