Upgrade GitHub actions to use Java 18

This commit is contained in:
games647
2022-07-02 12:36:58 +02:00
parent bb1cbb79f2
commit 944db748e8
2 changed files with 2 additions and 4 deletions

View File

@ -40,8 +40,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
# Use Java 16+, because it's minimum required version by Geyser
java-version: 17
java-version: 18
cache: 'maven'
# Initializes the CodeQL tools for scanning.

View File

@ -31,8 +31,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
# Use Java 16+, because it's minimum required version by Geyser
java-version: 17
java-version: 18
cache: 'maven'
# Build and test (included in package)