1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-01-17 12:48:24 +01:00

java-14 in test

This commit is contained in:
soloturn 2020-10-25 15:27:56 +01:00
parent 122b6d1d5e
commit 018e782b2e

View File

@ -9,11 +9,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
java: [1.8, 1.9]
java: [1.8, 1.14]
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}