GitHub Actions — switch to Java 17

This commit is contained in:
Jakub Chrzanowski
2023-04-26 13:13:57 +02:00
parent 6fdb8718c2
commit 5a681e2e10
4 changed files with 7 additions and 6 deletions

View File

@@ -35,12 +35,12 @@ jobs:
- name: Fetch Sources
uses: actions/checkout@v3
# Setup Java 11 environment for the next steps
# Setup Java environment for the next steps
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 11
java-version: 17
cache: gradle
# Run IDEA prepared for UI testing