mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-29 18:27:36 +02:00
Upgrade GitHub actions to use Java 18
This commit is contained in:
3
.github/workflows/codeql-analysis.yml
vendored
3
.github/workflows/codeql-analysis.yml
vendored
@ -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.
|
||||
|
3
.github/workflows/maven.yml
vendored
3
.github/workflows/maven.yml
vendored
@ -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)
|
||||
|
Reference in New Issue
Block a user