Commit 9cad9edb authored by Jerome Wu's avatar Jerome Wu

Test if java 9 works under Mac

parent 0b9fa7bb
......@@ -32,7 +32,7 @@ jobs:
# java 6 is required for using closure compiler
- uses: actions/setup-java@v1
with:
java-version: '1.6' # The JDK version to make available on the path.
java-version: '9.0.4' # The JDK version to make available on the path.
java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk
architecture: x64 # (x64 or x86) - defaults to
- uses: actions/checkout@v2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment