Skip to content

Merge pull request #183 from maxmind/greg/fix-read-only-token #392

Merge pull request #183 from maxmind/greg/fix-read-only-token

Merge pull request #183 from maxmind/greg/fix-read-only-token #392

Workflow file for this run

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