This is an automated email from the ASF dual-hosted git repository.

dchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/samza.git


The following commit(s) were added to refs/heads/master by this push:
     new 3032c78ea SAMZA-2755: Pin jdk to 8.0.232 (#1620)
3032c78ea is described below

commit 3032c78ea3719bc69096c7dece936333baa43100
Author: Jon Bringhurst <j...@bringhurst.org>
AuthorDate: Tue Jul 26 09:49:54 2022 -0700

    SAMZA-2755: Pin jdk to 8.0.232 (#1620)
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3d18c3eff..f630a01cb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
     timeout-minutes: 60
     strategy:
       matrix:
-        java-version: [ 8.0.192, 8 ]
+        java-version: [ 8.0.232 ]
     steps:
       - name: Cache Gradle packages
         uses: actions/cache@v2

Reply via email to