mirror of
https://github.com/apache/poi.git
synced 2025-03-06 08:59:07 +00:00
upgrade github java action
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891248 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
075d0d64bc
commit
2ee5e7d3f8
4
.github/workflows/test-ant.yml
vendored
4
.github/workflows/test-ant.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
# for now verify JDK 8 and 11
|
||||
java: [ 8, 11.0.x ]
|
||||
java: [ '8', '11' ]
|
||||
|
||||
name: Java ${{ matrix.java }} build
|
||||
steps:
|
||||
@ -28,7 +28,9 @@ jobs:
|
||||
- name: Setup java ${{ matrix.java }}
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: ${{ matrix.java }}
|
||||
check-latest: true
|
||||
|
||||
- name: Set up Ant
|
||||
id: setup-ant
|
||||
|
4
.github/workflows/test-maven.yml
vendored
4
.github/workflows/test-maven.yml
vendored
@ -20,7 +20,9 @@ jobs:
|
||||
- name: Set up JDK 1.8
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: 1.8
|
||||
distribution: 'adopt'
|
||||
java-version: '8'
|
||||
check-latest: true
|
||||
|
||||
- name: Cache
|
||||
uses: actions/cache@v2.1.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user