Skip to content

Merge pull request #65 from oysteing/commons-io_2.18.0 #121

Merge pull request #65 from oysteing/commons-io_2.18.0

Merge pull request #65 from oysteing/commons-io_2.18.0 #121

Workflow file for this run

name: Axon Open Admin
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 11, 17 ]
name: Build and tests on JDK ${{ matrix.java }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
uses: actions/[email protected]
with:
distribution: 'zulu'
cache: 'maven'
java-version: ${{ matrix.java }}
- name: Build and verify
run: ./mvnw clean verify