Skip to content

Commit

Permalink
Merge pull request #46 from xstefank/jdk-21
Browse files Browse the repository at this point in the history
Test with JDK 21
  • Loading branch information
jponge authored Mar 15, 2024
2 parents ab0caf3 + a3d4452 commit 05f95ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [11, 17]
java: [11, 17, 21]
name: build with jdk ${{matrix.java}}

steps:
Expand Down

0 comments on commit 05f95ba

Please sign in to comment.