Skip to content

Use hash

Use hash #14

Workflow file for this run

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