Skip to content

Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 (#248) #369

Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 (#248)

Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 (#248) #369

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup JDK 11
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 11
- name: Build with Maven
run: mvn -B clean package --file pom.xml
- name: Test with Maven
run: mvn -B test --file pom.xml