Skip to content

Bump maven-surefire-plugin from 3.0.0 to 3.1.0 #308

Bump maven-surefire-plugin from 3.0.0 to 3.1.0

Bump maven-surefire-plugin from 3.0.0 to 3.1.0 #308

Workflow file for this run

name: Java CI
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
arch: [x86_64]
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify