Skip to content

Commit 1a708c6

Browse files
committed
Include system JDK
1 parent a2d024b commit 1a708c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ jobs:
1616
- uses: actions/setup-java@v3
1717
with:
1818
distribution: "temurin"
19-
java-version: ${{ matrix.java }}
19+
# Always include 21 as the system JDK
20+
java-version: |
21+
${{ matrix.java }}
22+
21
2023
cache: "maven"
2124
- name: "Build"
2225
run: mvn --batch-mode -no-transfer-progress -V verify

0 commit comments

Comments
 (0)