Skip to content

Merge pull request #301 from maxmind/dependabot/maven/org.apache.mave… #757

Merge pull request #301 from maxmind/dependabot/maven/org.apache.mave…

Merge pull request #301 from maxmind/dependabot/maven/org.apache.mave… #757

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