Skip to content

Bump org.junit.jupiter:junit-jupiter-engine from 5.11.1 to 5.11.2 #15

Bump org.junit.jupiter:junit-jupiter-engine from 5.11.1 to 5.11.2

Bump org.junit.jupiter:junit-jupiter-engine from 5.11.1 to 5.11.2 #15

Workflow file for this run

name: Continues Integration
on:
push:
branches: [ "main" ]
pull_request:
jobs:
ci:
name: Continues Integration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots --fail-at-end clean verify