Skip to content

chore(jdk): upgrade to JDK21 #310

chore(jdk): upgrade to JDK21

chore(jdk): upgrade to JDK21 #310

Workflow file for this run

name: PR CI build
on:
pull_request:
branches:
- main
- v[0-9]+
- v[0-9]+.[0-9]+
- cryostat-v[0-9]+.[0-9]+
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- run: mvn -B -U clean verify