Skip to content

chore(deps-dev): bump org.junit.jupiter:junit-jupiter-engine from 6.0.1 to 6.0.3 #770

chore(deps-dev): bump org.junit.jupiter:junit-jupiter-engine from 6.0.1 to 6.0.3

chore(deps-dev): bump org.junit.jupiter:junit-jupiter-engine from 6.0.1 to 6.0.3 #770

Workflow file for this run

name: Java CI
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-13, macos-13-xlarge, ubuntu-22.04, ubuntu-24.04-arm]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify