Skip to content

Fix tool selection #132

Fix tool selection

Fix tool selection #132

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: Verify
uses: maveniverse/parent/.github/workflows/ci.yml@release-56
with:
jdk-matrix: '[ "8", "21", "25" ]'
maven-test: './mvnw clean verify -e -B -V -P run-its -f it'