Skip to content

Bump org.junit.jupiter:junit-jupiter-engine from 5.10.0 to 5.10.1 #76

Bump org.junit.jupiter:junit-jupiter-engine from 5.10.0 to 5.10.1

Bump org.junit.jupiter:junit-jupiter-engine from 5.10.0 to 5.10.1 #76

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 12
distribution: 'adopt'
- name: Build with Maven
run: mvn -B package --file pom.xml