Skip to content

Bump junit.version from 6.1.1 to 6.1.2 in /test/gha-test #352

Bump junit.version from 6.1.1 to 6.1.2 in /test/gha-test

Bump junit.version from 6.1.1 to 6.1.2 in /test/gha-test #352

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: [ 17, 21, 25 ]
name: jdk-${{ matrix.java }}
steps:
- uses: actions/checkout@main
- name: Build
uses: ./
with:
java-version: ${{ matrix.java }}
pom: test/gha-test
pmd: true