Skip to content

Bump org.junit:junit-bom from 5.10.3 to 5.11.0 (#215) #554

Bump org.junit:junit-bom from 5.10.3 to 5.11.0 (#215)

Bump org.junit:junit-bom from 5.10.3 to 5.11.0 (#215) #554

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '11'
cache: 'maven'
- name: Run Tests
run: .github/workflows/run_tests.sh