Skip to content

Commit 443210a

Browse files
authored
Update Java version in workflow to 21
1 parent 5b8e8ae commit 443210a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
java: [ 17, 21 ]
11+
java: [ 21 ]
1212
steps:
1313
- uses: actions/[email protected]
1414
- name: Set up JDK

0 commit comments

Comments
 (0)