This is an automated email from the ASF dual-hosted git repository.
gaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git
The following commit(s) were added to refs/heads/master by this push:
new 8df4935136 jclouds requires Java 11
8df4935136 is described below
commit 8df4935136efe588c5e04fdd58e405dc872dfd3b
Author: Andrew Gaul <[email protected]>
AuthorDate: Sun May 12 08:29:08 2024 +0900
jclouds requires Java 11
---
.github/workflows/ci.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 0655d08588..e417ba6dc0 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
- java-version: "8"
+ java-version: "11"
distribution: temurin
cache: maven
- name: Build