Skip to content

Commit b6a5967

Browse files
committed
Update Github actions to use JDK 21
1 parent 53c3e68 commit b6a5967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set Up JDK
2626
uses: actions/setup-java@v4
2727
with:
28-
java-version: '17'
28+
java-version: '21'
2929

3030
- name: Run Tests
3131
run: ./gradlew test

0 commit comments

Comments
 (0)