Skip to content

Add a 1st migration guide #63

Add a 1st migration guide

Add a 1st migration guide #63

Workflow file for this run

name: Build and test (on commits and PRs)
on:
workflow_dispatch:
# Allow manual dispatch.
pull_request:
branches:
- main
push:
branches:
- main
jobs:
tests:
name: run checks
strategy:
matrix:
os: [ ubuntu-latest ]
jdk-version: [ '21', '25' ]
uses: ./.github/workflows/build-and-test.yml
secrets: inherit
with:
gradle-options:
os: ${{ matrix.os }}
jdk-version: ${{ matrix.jdk-version }}