Skip to content

Bump commons-cli:commons-cli from 1.5.0 to 1.6.0 #103

Bump commons-cli:commons-cli from 1.5.0 to 1.6.0

Bump commons-cli:commons-cli from 1.5.0 to 1.6.0 #103

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 12
- name: Build with Maven
run: mvn -Pcheck -B package verify --file pom.xml