mirror of https://github.com/apache/poi.git
try java 11 due to https://bugs.openjdk.java.net/browse/JDK-8267258
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891254 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2ee5e7d3f8
commit
8848c65651
|
@ -17,11 +17,11 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Set up JDK 1.8
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '8'
|
||||
java-version: '11'
|
||||
check-latest: true
|
||||
|
||||
- name: Cache Gradle wrapper and dependencies
|
||||
|
|
|
@ -17,11 +17,11 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Set up JDK 1.8
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '8'
|
||||
java-version: '11'
|
||||
check-latest: true
|
||||
|
||||
- name: Cache
|
||||
|
|
Loading…
Reference in New Issue