Skip to content

chore(tests): Verify unicode tag content can be handled correctly #22

chore(tests): Verify unicode tag content can be handled correctly

chore(tests): Verify unicode tag content can be handled correctly #22

Workflow file for this run

name: Saxeed CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 11, 17, 21 ]
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0 # fetch entire history
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
- run: mvn -B verify --no-transfer-progress