Skip to content

Upgrade POI 5.2.3->5.2.5 and others #10

Upgrade POI 5.2.3->5.2.5 and others

Upgrade POI 5.2.3->5.2.5 and others #10

Workflow file for this run

name: check
on: pull_request
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 11
cache: maven
- run: ./mvnw -e --batch-mode test