Skip to content

Bump junit.version from 5.11.0 to 5.11.2 #380

Bump junit.version from 5.11.0 to 5.11.2

Bump junit.version from 5.11.0 to 5.11.2 #380

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
java: [17]
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Build
run: mvn --no-transfer-progress -B clean verify