Skip to content

Fix Java 11 compatibility errors #5

Fix Java 11 compatibility errors

Fix Java 11 compatibility errors #5

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" ]'