Skip to content

Merge pull request #128 from lesiak/commons-compress-1.26.0 #62

Merge pull request #128 from lesiak/commons-compress-1.26.0

Merge pull request #128 from lesiak/commons-compress-1.26.0 #62

Workflow file for this run

name: Checks
on: [push, pull_request]
jobs:
build:
name: Java ${{ matrix.java }}
runs-on: ubuntu-latest
strategy:
matrix:
java: [8, 11, 13, 15, 17, 18, 19]
steps:
- name: Checkout project
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Build with Maven
run: mvn -B test