Skip to content

[dependency] Bump junit.version from 5.10.3 to 5.11.0 #202

[dependency] Bump junit.version from 5.10.3 to 5.11.0

[dependency] Bump junit.version from 5.10.3 to 5.11.0 #202

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
strategy:
matrix:
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
jvm: [ 11, 17, 21 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: ${{ matrix.jvm }}
distribution: adopt
- run: mvn --batch-mode verify