Skip to content

Commit

Permalink
Add Windows 2025+Java 21 combination to build matrix (#17508)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis authored Mar 5, 2025
1 parent 82bbdfb commit 7330a88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
matrix:
java: [ 21, 23 ]
os: [ubuntu-latest, windows-latest, macos-latest, macos-13, ubuntu-24.04-arm]
include:
- java: 21
os: 'windows-2025'
experimental: true
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
Expand All @@ -18,6 +22,7 @@ jobs:
distribution: temurin
cache: gradle
- name: Run Gradle (precommit)
continue-on-error: ${{ matrix.experimental }}
shell: bash
run: |
./gradlew javadoc precommit --parallel

0 comments on commit 7330a88

Please sign in to comment.