Skip to content

Migrate Commons Lang from 2 to 3 (#424) #330

Migrate Commons Lang from 2 to 3 (#424)

Migrate Commons Lang from 2 to 3 (#424) #330

Workflow file for this run

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