Skip to content

Upgrade to commons configuraton 2 and adjust location of dependencies for clarity (compile vs test) #180

Upgrade to commons configuraton 2 and adjust location of dependencies for clarity (compile vs test)

Upgrade to commons configuraton 2 and adjust location of dependencies for clarity (compile vs test) #180

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
strategy:
matrix:
java: [ '11', '17', '21' ]
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: adopt
- run: mvn --batch-mode verify