Skip to content

Commit 2cb1abb

Browse files
CheckBuild Action now checks Java 21.0.1 and not the not working version 21.0.2
1 parent 0319c65 commit 2cb1abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checkBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
strategy:
2929
matrix:
30-
java: [17, 21]
30+
java: [17, 21.0.1]
3131
distribution: [temurin]
3232

3333
steps:

0 commit comments

Comments
 (0)