Skip to content

Commit 83c1dd3

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 321a92f commit 83c1dd3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/setup-java@v4
2929
with:
3030
distribution: temurin
31-
java-version: 8
31+
java-version: 11
3232
cache: sbt
3333
- uses: sbt/setup-sbt@v1
3434
- name: configure aws credentials

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/setup-java@v3
3636
with:
3737
distribution: temurin
38-
java-version: 8
38+
java-version: 11
3939
cache: sbt
4040
- uses: sbt/setup-sbt@v1
4141
- name: Check formatting

.github/workflows/tutorial-dynamodb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/setup-java@v4
3737
with:
3838
distribution: temurin
39-
java-version: 8
39+
java-version: 11
4040
cache: sbt
4141
- uses: sbt/setup-sbt@v1
4242
- name: Build migrator

0 commit comments

Comments
 (0)