Skip to content

ref #79: Improve parsing of inline images; Handle the scenario where … #228

ref #79: Improve parsing of inline images; Handle the scenario where …

ref #79: Improve parsing of inline images; Handle the scenario where … #228

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '17', '21' ]
name: JDK ${{ matrix.java }}
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: 'liberica'
cache: 'maven'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify