Skip to content

Commit

Permalink
optimize: add a test workflow for JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
funky-eyes committed Jan 3, 2025
1 parent a0b3902 commit 748467f
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 @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ 8, 17 ]
java: [ 8, 17, 21 ]
steps:
# step 1
- name: "Checkout"
Expand Down

0 comments on commit 748467f

Please sign in to comment.