Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Bump org.junit.jupiter:junit-jupiter-api from 5.11.0 to 5.11.1 #225

Bump org.junit.jupiter:junit-jupiter-api from 5.11.0 to 5.11.1

Bump org.junit.jupiter:junit-jupiter-api from 5.11.0 to 5.11.1 #225

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '21'
- name: Build with Maven
run: mvn -B test --file pom.xml