Skip to content

Bump org.junit:junit-bom from 5.10.3 to 5.11.0 in the dependencies gr… #10

Bump org.junit:junit-bom from 5.10.3 to 5.11.0 in the dependencies gr…

Bump org.junit:junit-bom from 5.10.3 to 5.11.0 in the dependencies gr… #10

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: 21
distribution: temurin
cache: gradle
- name: Build
run: ./gradlew build