Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 8df4935

Browse files
committed
jclouds requires Java 11
1 parent 6670c55 commit 8df4935

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v3
3131
- uses: actions/setup-java@v3
3232
with:
33-
java-version: "8"
33+
java-version: "11"
3434
distribution: temurin
3535
cache: maven
3636
- name: Build

0 commit comments

Comments
 (0)