Skip to content

Commit

Permalink
[gha] skip pmd, clean install instead of test, update java versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JuditKnoll committed Feb 21, 2025
1 parent 06051b5 commit c83f8df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
java: [8, 11, 17, 21, 22-ea]
java: [11, 17, 21, 23]
distribution: ['temurin']
fail-fast: false
max-parallel: 4
Expand All @@ -22,4 +22,4 @@ jobs:
java-version: ${{ matrix.java }}
distribution: ${{ matrix.distribution }}
- name: Test with Maven
run: ./mvnw test -B -V --no-transfer-progress -D"license.skip=true" -D"cpd.skip=true" -D"spotbugs.skip=true"
run: ./mvnw clean install -B -V --no-transfer-progress -D"license.skip=true" -D"cpd.skip=true" -D"spotbugs.skip=true" -D"pmd.skip=true"

0 comments on commit c83f8df

Please # to comment.