Skip to content

build(deps): bump assertj-core from 3.22.0 to 3.24.2 (#541) #834

build(deps): bump assertj-core from 3.22.0 to 3.24.2 (#541)

build(deps): bump assertj-core from 3.22.0 to 3.24.2 (#541) #834

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ci:
name: ci
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
java: [11, 17, 21]
architecture: [x64]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
architecture: ${{ matrix.architecture }}
- name: Build project
run: ./mvnw --batch-mode verify