Skip to content

Bump org.junit:junit-bom from 6.0.3 to 6.1.0 (#143) #346

Bump org.junit:junit-bom from 6.0.3 to 6.1.0 (#143)

Bump org.junit:junit-bom from 6.0.3 to 6.1.0 (#143) #346

Workflow file for this run

name: CI
on: [push]
env:
CI: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 21
uses: actions/setup-java@v2
with:
java-version: '21'
distribution: 'temurin'
- name: Build with Maven
uses: GabrielBB/xvfb-action@v1
with:
run: ./mvnw --batch-mode verify