Skip to content

Commit 3032c78

Browse files
authored
SAMZA-2755: Pin jdk to 8.0.232 (apache#1620)
1 parent 702fd81 commit 3032c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
timeout-minutes: 60
2626
strategy:
2727
matrix:
28-
java-version: [ 8.0.192, 8 ]
28+
java-version: [ 8.0.232 ]
2929
steps:
3030
- name: Cache Gradle packages
3131
uses: actions/cache@v2

0 commit comments

Comments
 (0)