Skip to content

Bump org.junit:junit-bom from 5.11.0 to 5.11.1 #569

Bump org.junit:junit-bom from 5.11.0 to 5.11.1

Bump org.junit:junit-bom from 5.11.0 to 5.11.1 #569

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
push:
branches:
- master
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 2
strategy:
matrix:
java: [ '8', '11', '17', '21', '22' ]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
- name: Set up JDK
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 #v4.4.0
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
- name: Build
run: ./mvnw --no-transfer-progress -B clean verify -Pfull,all --file pom.xml