Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 #87

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 #87

Workflow file for this run

name: Maven Build
on:
push:
branches:
- '**'
- '!develop'
- '!main'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
- name: Build with Maven
run: mvn -B verify --file pom.xml