Skip to content

Commit bd3e0b0

Browse files
committed
Raise minimum Java version from 8 to 11
The load-balancing 2.0.1 library is compiled for Java 11 (class file version 55.0). Update CI workflows to use Java 11 while keeping the compilation target at Java 8 for maximum compatibility.
1 parent 2c2de4a commit bd3e0b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/setup-java@v4
3535
with:
3636
distribution: temurin
37-
java-version: 8
37+
java-version: 11
3838
cache: sbt
3939
- uses: sbt/setup-sbt@v1
4040
- name: Download assembly JAR

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/setup-java@v4
3232
with:
3333
distribution: temurin
34-
java-version: 8
34+
java-version: 11
3535
cache: sbt
3636
- uses: sbt/setup-sbt@v1
3737
- name: Check formatting

0 commit comments

Comments
 (0)