GitHub Actions: Run static code analysis with Java 17

This commit is contained in:
Christian Koop 2021-11-22 18:05:43 +01:00
parent f8d218ff3d
commit e1db9b11cd
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3

View File

@ -14,7 +14,7 @@ jobs:
# Setup Java
- uses: actions/setup-java@v2
with:
java-version: 16
java-version: 17
distribution: adopt
# Checkout project files