Skip to content

Bump org.junit:junit-bom from 5.13.4 to 6.0.0 #19

Bump org.junit:junit-bom from 5.13.4 to 6.0.0

Bump org.junit:junit-bom from 5.13.4 to 6.0.0 #19

Workflow file for this run

name: ci
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
build-test:
runs-on: ubuntu-latest
container: eclipse-temurin:21
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Build with Gradle
run: |
./gradlew build
- name: Test with Gradle
run: |
./gradlew check