This commit is contained in:
eric sciple 2020-02-08 01:08:40 -05:00
parent 1b7af4ee39
commit c003cb3460

View file

@ -54,9 +54,11 @@ jobs:
uses: actions/checkout@v2
- name: Clear tool cache
run: rm -rf $RUNNER_TOOL_CACHE/*
- name: Setup java 13
uses: ./
with:
java-version: 13.0.2
- name: Verify java 13
run: __tests__/verify-java.sh 13.0.2
# - name: Setup java 13
# uses: ./
# with:
# java-version: 13.0.2
# - name: Verify java 13
# run: __tests__/verify-java.sh 13.0.2
- name: Verify java 14
run: __tests__/verify-java.sh 14