Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 #715

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 #715

Workflow file for this run

name: Run tests
on: [push, pull_request]
permissions: {}
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
distribution: ['zulu']
os: [ubuntu-latest, windows-latest, macos-latest]
version: [ 17, 21, 24 ]
steps:
- uses: actions/checkout@v5
with:
submodules: true
persist-credentials: false
- uses: actions/setup-java@v5
with:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.version }}
- run: mvn test -B