Skip to content

build(deps): bump ubi8/openjdk-21-runtime from 1.20-2.1731461770 to 1.21-1 in /src/main/docker #331

build(deps): bump ubi8/openjdk-21-runtime from 1.20-2.1731461770 to 1.21-1 in /src/main/docker

build(deps): bump ubi8/openjdk-21-runtime from 1.20-2.1731461770 to 1.21-1 in /src/main/docker #331

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