Add jdk 20 to action

This commit is contained in:
alexcrea 2024-10-26 18:01:18 +02:00 committed by GitHub
parent 366b4e1652
commit d19cd30ad7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,7 @@ jobs:
java-version: | java-version: |
16 16
17 17
20
21 21
distribution: 'temurin' distribution: 'temurin'
cache: 'gradle' cache: 'gradle'
@ -68,6 +69,7 @@ jobs:
java-version: | java-version: |
16 16
17 17
20
21 21
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies. # Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.