Skip to content

Bump org.patternfly:patternfly-java-bom from 0.4.9 to 0.4.10 #866

Bump org.patternfly:patternfly-java-bom from 0.4.9 to 0.4.10

Bump org.patternfly:patternfly-java-bom from 0.4.9 to 0.4.10 #866

Workflow file for this run

name: Verify Codebase
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
verify:
name: Verify Codebase
runs-on: ubuntu-latest
env:
MVN: ./mvnw --show-version --batch-mode --no-transfer-progress
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
java-version: 24
distribution: temurin
cache: maven
- run: $MVN install
working-directory: bom
- run: $MVN verify