run workflows with java 17

This commit is contained in:
marhali 2022-07-30 13:46:31 +02:00
parent 31fe81c4f4
commit 2d5eb824b6
3 changed files with 6 additions and 6 deletions

View File

@ -41,12 +41,12 @@ jobs:
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1.0.4
# Setup Java 11 environment for the next steps
# Setup Java 17 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 11
java-version: 17
# Set environment variables
- name: Export Properties

View File

@ -23,12 +23,12 @@ jobs:
with:
ref: ${{ github.event.release.tag_name }}
# Setup Java 11 environment for the next steps
# Setup Java 17 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 11
java-version: 17
# Set environment variables
- name: Export Properties

View File

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