Skip to content

Bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3 (#297) #458

Bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3 (#297)

Bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3 (#297) #458

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