Skip to content

Bump org.junit:junit-bom from 5.11.3 to 5.11.4 #159

Bump org.junit:junit-bom from 5.11.3 to 5.11.4

Bump org.junit:junit-bom from 5.11.3 to 5.11.4 #159

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
verify:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- run: ./gradlew build