Skip to content

Bump com.google.truth:truth from 1.4.0 to 1.4.1 in /test/gha-test #139

Bump com.google.truth:truth from 1.4.0 to 1.4.1 in /test/gha-test

Bump com.google.truth:truth from 1.4.0 to 1.4.1 in /test/gha-test #139

Workflow file for this run

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