Skip to content

Fix problems with maven-verify #4

Fix problems with maven-verify

Fix problems with maven-verify #4

Workflow file for this run

name: Verify
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
with:
ff-site-run: false
os-matrix: '[ "ubuntu-latest" ]'
jdk-matrix: '[ "11", "17", "21" ]'
jdk-distribution-matrix: '[ "temurin" ]'