We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2c926 commit b3bf5b3Copy full SHA for b3bf5b3
1 file changed
.github/workflows/e2e-java.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: actions/setup-java@v4
45
with:
46
distribution: 'temurin'
47
- java-version: '17'
+ java-version: '21'
48
cache: 'gradle'
49
50
- name: Build combined Java layer (amd64)
@@ -91,7 +91,7 @@ jobs:
91
--layer-name "$LAYER_NAME" \
92
--license-info "Apache-2.0" \
93
--compatible-architectures x86_64 \
94
- --compatible-runtimes java11 java17 \
+ --compatible-runtimes java11 java17 java21 \
95
--zip-file fileb://$ZIP_FILE \
96
--query 'LayerVersionArn' --output text)
97
echo "layer_arn=$ARN" >> "$GITHUB_OUTPUT"
0 commit comments