Skip to content

Bump com.github.spullara.mustache.java:compiler from 0.9.11 to 0.9.12 #288

Bump com.github.spullara.mustache.java:compiler from 0.9.11 to 0.9.12

Bump com.github.spullara.mustache.java:compiler from 0.9.11 to 0.9.12 #288

Workflow file for this run

on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 8
cache: maven
- run: mvn test