Skip to content

Bump org.junit:junit-bom from 5.11.1 to 5.11.2 #66

Bump org.junit:junit-bom from 5.11.1 to 5.11.2

Bump org.junit:junit-bom from 5.11.1 to 5.11.2 #66

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
name: Compile, test and package modules
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Compile, test, and package modules
run: ./bin/cibuild