Skip to content

Workflow file for this run

on:
- push
- pull_request
jobs:
test:
strategy:
fail-fast: false
matrix:
include:
- jdk: 17
- jdk: 21
runs-on: ubuntu-latest
steps:
- run: echo OK