Skip to content

Bump junit.version from 6.0.2 to 6.0.3 in /test/gha-test (#115) #333

Bump junit.version from 6.0.2 to 6.0.3 in /test/gha-test (#115)

Bump junit.version from 6.0.2 to 6.0.3 in /test/gha-test (#115) #333

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