Skip to content

Commit b3bf5b3

Browse files
committed
Update e2e-java.yml
1 parent 6b2c926 commit b3bf5b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-java.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/setup-java@v4
4545
with:
4646
distribution: 'temurin'
47-
java-version: '17'
47+
java-version: '21'
4848
cache: 'gradle'
4949

5050
- name: Build combined Java layer (amd64)
@@ -91,7 +91,7 @@ jobs:
9191
--layer-name "$LAYER_NAME" \
9292
--license-info "Apache-2.0" \
9393
--compatible-architectures x86_64 \
94-
--compatible-runtimes java11 java17 \
94+
--compatible-runtimes java11 java17 java21 \
9595
--zip-file fileb://$ZIP_FILE \
9696
--query 'LayerVersionArn' --output text)
9797
echo "layer_arn=$ARN" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)