Skip to content

Bump junit.version from 5.8.2 to 5.10.2 #6

Bump junit.version from 5.8.2 to 5.10.2

Bump junit.version from 5.8.2 to 5.10.2 #6

Workflow file for this run

name: Pull Request Build
on:
pull_request:
types: [ "opened", "reopened", "synchronize", ]
jobs:
release:
runs-on: ubuntu-latest
outputs:
version: ${{steps.build.outputs.version}}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'zulu'
cache: 'maven'
- name: Build with Maven
id: build
run: |
mvn -B -V -ntp clean package