Rework tests to use the PmdAnalysisResults record

This commit is contained in:
Erik C. Thauvin 2025-05-31 01:54:43 -07:00
parent 630f3fa8d2
commit be90889b8d
Signed by: erik
GPG key ID: 776702A6A2DA330E
7 changed files with 547 additions and 447 deletions

View file

@ -7,7 +7,6 @@ jobs:
strategy:
matrix:
java-version: [ 17, 21, 24 ]
kotlin-version: [ 1.9.25, 2.0.21, 2.1.20 ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
runs-on: ${{ matrix.os }}
@ -28,4 +27,4 @@ jobs:
run: ./bld download
- name: Run tests
run: ./bld compile test
run: ./bld compile test