Skip to content

Bump org.junit.jupiter:junit-jupiter-engine from 5.10.2 to 5.11.4 #11

Bump org.junit.jupiter:junit-jupiter-engine from 5.10.2 to 5.11.4

Bump org.junit.jupiter:junit-jupiter-engine from 5.10.2 to 5.11.4 #11

Workflow file for this run

name: "Build"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: "Maven"
runs-on: ${{ matrix.os }}
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: "21"
distribution: "temurin"
cache: maven
- run: "./mvnw -e -B -U -V clean verify"