commit | 0b14a1bb01fb8e5124ee926b39c28d025deda087 | [log] [tgz] |
---|---|---|
author | Fokko Driesprong <fokko@apache.org> | Fri Apr 14 11:06:15 2023 +0200 |
committer | Jens Geyer <jensg@apache.org> | Wed Jun 21 22:25:13 2023 +0200 |
tree | 2260bda7f193d480b55cb96a3a18c394070bec6b | |
parent | d1d8ae29e64a2486d49025b631076789f0b9bd86 [diff] [blame] |
THRIFT-5702 Support Java 8 Client: Java Patch: Fokko Driesprong This closes #2785
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3d98b0..542e768 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml
@@ -435,7 +435,7 @@ with: distribution: temurin # here we intentionally use an older version so that we also verify Java 17 compiles to it - java-version: 11 + java-version: 8 cache: "gradle" - name: Install openssl and certificates (for SSL tests)