Skip to content

Commit 38645a3

Browse files
committed
Fix pr workflow
- Use corret jdk - Relates #407
1 parent 75ff6e9 commit 38645a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/setup-java@v2
2626
with:
2727
distribution: adopt
28-
java-version: 8
28+
java-version: ${{ matrix.java }}
2929
- name: Build
3030
env:
3131
DISABLE_SAMPLES: ${{ matrix.disable-samples }}

0 commit comments

Comments
 (0)