Skip to content

Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 6.0.2 #14

Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 6.0.2

Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 6.0.2 #14

Workflow file for this run

name: Pullrequest Workflow
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-node@v6
with:
node-version: 24
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: ./mvnw clean package verify