Skip to content

build(deps): bump version.mockito from 4.3.1 to 5.8.0 (#556) #826

build(deps): bump version.mockito from 4.3.1 to 5.8.0 (#556)

build(deps): bump version.mockito from 4.3.1 to 5.8.0 (#556) #826

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-18.04, macOS-10.14, windows-2019]
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