Skip to content

Commit

Permalink
add JDK 21 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Mar 27, 2024
1 parent b674660 commit ad56af4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: "Build with ${{ matrix.java }}"
strategy:
matrix:
java: [ 17 ]
java: [ 17, 21 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<configuration>
<rules>
<requireJavaVersion>
<version>[${java.version}, 18)</version>
<version>[${java.version}, 21)</version>
</requireJavaVersion>
</rules>
</configuration>
Expand Down

0 comments on commit ad56af4

Please sign in to comment.