Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 #226

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 #226

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: |
8
17
21
cache: 'maven'
- name: build
run: |
./mvnw -B package