Skip to content

Add text from issue #26 to a new readme file #141

Add text from issue #26 to a new readme file

Add text from issue #26 to a new readme file #141

Workflow file for this run

name: test
on: [push]
jobs:
build:
strategy:
matrix:
java-version: [17, 21, 24]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Java ${{ matrix.java-version }}
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
- name: Build with Java ${{ matrix.java-version }}
run: ./mvnw -B clean test --file pom.xml