1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-01-17 20:58:31 +01:00

java-17, distribution eclipse temurin

This commit is contained in:
soloturn 2021-12-20 02:28:47 +01:00
parent 98cc12d892
commit 846ae6925c

View File

@ -9,10 +9,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
java: [1.8]
java: [8]
include: # test newest java on one os only, upload from ubuntu java8
- os: ubuntu-latest
java: 1.15
java: 17
- os: ubuntu-latest
upload: true
@ -24,9 +24,10 @@ jobs:
id: ci-env
uses: FranzDiebold/github-env-vars-action@v2
- name: Set up JDK
uses: actions/setup-java@v1
- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Cache Gradle packages