Skip to content

build(deps): bump org.pitest:pitest-maven from 1.7.3 to 1.15.3 #872

build(deps): bump org.pitest:pitest-maven from 1.7.3 to 1.15.3

build(deps): bump org.pitest:pitest-maven from 1.7.3 to 1.15.3 #872

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]
architecture: [x64]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
architecture: ${{ matrix.architecture }}
- name: Build project
run: ./mvnw --batch-mode verify