Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Bump commons-io:commons-io from 2.14.0 to 2.15.0 #116

Bump commons-io:commons-io from 2.14.0 to 2.15.0

Bump commons-io:commons-io from 2.14.0 to 2.15.0 #116

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
maven:
name: "Execute build, run tests (Java ${{ matrix.java-version }})"
runs-on: ubuntu-22.04
strategy:
matrix:
java-version:
- 8
- 11
- 17
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: zulu
java-version: ${{ matrix.java-version }}
- run: "./mvnw --batch-mode clean install"