ci: run sonar analysis with JDK 21
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Kalscheuer 2024-03-23 18:06:50 +01:00
parent 38d866aaac
commit 72fbbdf91b
Signed by: stefan
GPG Key ID: 3887EC2A53B55430

View File

@ -7,7 +7,7 @@ jobs:
matrix: matrix:
jdk: [ 11, 17, 21 ] jdk: [ 11, 17, 21 ]
include: include:
- jdk: 11 - jdk: 21
analysis: true analysis: true
steps: steps:
- name: Checkout - name: Checkout