Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 #146

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 #146

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
cache: maven
- run: mvn -B verify