This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/master by this push:
new dff775d Bump JDK from 15 to 17 in seed build cache CI jobs
dff775d is described below
commit dff775d24ae6f8b2e0f3b68fd727ef16fc9cb428
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Wed Oct 6 14:59:42 2021 +0300
Bump JDK from 15 to 17 in seed build cache CI jobs
---
.github/workflows/buildcache.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/buildcache.yml b/.github/workflows/buildcache.yml
index 198610a..7737077 100644
--- a/.github/workflows/buildcache.yml
+++ b/.github/workflows/buildcache.yml
@@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
- jdk: [8, 11, 15]
+ jdk: [8, 11, 17]
name: '${{ matrix.os }}, ${{ matrix.jdk }} seed build cache'
runs-on: ${{ matrix.os }}-latest