Skip to content

Bump commons-cli:commons-cli from 1.4 to 1.8.0 #87

Bump commons-cli:commons-cli from 1.4 to 1.8.0

Bump commons-cli:commons-cli from 1.4 to 1.8.0 #87

Workflow file for this run

name: Java CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn --batch-mode test