Skip to content

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

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

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

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [8, 11, 17]
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/[email protected]
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
cache: 'maven'
- name: Build with Maven
run: mvn test javadoc:javadoc