Skip to content

Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.1 #34

Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.1

Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.1 #34

Workflow file for this run

name: Build
on:
push:
workflow_dispatch:
jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
uses: lernejo/reusable-workflows/.github/workflows/ci.yml@main
secrets: inherit
with:
runs-on: ${{ matrix.os }}