Skip to content

Commit

Permalink
ci: run sonar analysis with JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Mar 23, 2024
1 parent 38d866a commit 72fbbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
jdk: [ 11, 17, 21 ]
include:
- jdk: 11
- jdk: 21
analysis: true
steps:
- name: Checkout
Expand Down

0 comments on commit 72fbbdf

Please sign in to comment.