Skip to content

Bump org.mockito:mockito-core from 5.4.0 to 5.11.0 #83

Bump org.mockito:mockito-core from 5.4.0 to 5.11.0

Bump org.mockito:mockito-core from 5.4.0 to 5.11.0 #83

# The workflow to check pull requests into main.
# This checks the source in the state as if after the merge.
name: Pull request checks
on:
pull_request:
branches: [ main ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: 11
distribution: temurin
- name: Build with Gradle
run: ./gradlew check --info