Skip to content

Bump org.junit:junit-bom from 5.11.3 to 5.11.4 (#38) #88

Bump org.junit:junit-bom from 5.11.3 to 5.11.4 (#38)

Bump org.junit:junit-bom from 5.11.3 to 5.11.4 (#38) #88

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
- name: Run unit and integration tests
run: ./mvnw --batch-mode --update-snapshots verify