Skip to content

Bump org.junit:junit-bom from 5.11.0 to 5.11.1 (#56) #145

Bump org.junit:junit-bom from 5.11.0 to 5.11.1 (#56)

Bump org.junit:junit-bom from 5.11.0 to 5.11.1 (#56) #145

Workflow file for this run

name: CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew build