Skip to content

Merge pull request #397 from maxmind/dependabot/github_actions/action… #1133

Merge pull request #397 from maxmind/dependabot/github_actions/action…

Merge pull request #397 from maxmind/dependabot/github_actions/action… #1133

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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
submodules: true
persist-credentials: false
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
with:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.version }}
- run: mvn test -B