.github/workflows/maven.yml: use Java 17

This commit is contained in:
Alan Orth 2023-12-28 10:36:14 +03:00
parent f2a637f0a8
commit c0d0e40321
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

View File

@ -16,10 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 8
java-version: 17
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven