Skip to content

Commit 2a8be13

Browse files
committed
Use JDK 21 before checking for memory leaks
1 parent 7089a8d commit 2a8be13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
uses: actions/setup-java@v4
122122
with:
123123
distribution: 'temurin'
124-
java-version: '17'
124+
java-version: '21'
125125
- name: "Check for memory leaks"
126126
if: ${{ github.event_name != 'workflow_dispatch' || github.event.inputs.check-for-memory-leaks == 'true' }}
127127
working-directory: sample-groovy

0 commit comments

Comments
 (0)