Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Bump org.junit.jupiter:junit-jupiter from 5.12.1 to 5.12.2 (#68) #138

Bump org.junit.jupiter:junit-jupiter from 5.12.1 to 5.12.2 (#68)

Bump org.junit.jupiter:junit-jupiter from 5.12.1 to 5.12.2 (#68) #138

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Run tests with Maven
run: mvn -B test --file pom.xml