Skip to content

Update Truth 1.4.5 #294

Update Truth 1.4.5

Update Truth 1.4.5 #294

Workflow file for this run

name: ci
on: [push, pull_request]
permissions:
contents: read
pull-requests: read
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 11, 17, 21, 25-ea ]
name: jdk-${{ matrix.java }}
steps:
- uses: actions/checkout@main
- name: Build
uses: ./
with:
java-version: ${{ matrix.java }}
pom: test/gha-test
pmd: true