Skip to content

Commit

Permalink
as aws will not support Java8, we should remove it (#1481)
Browse files Browse the repository at this point in the history
Signed-off-by: Jian Li <[email protected]>
  • Loading branch information
knarfli authored Aug 21, 2024
1 parent 4885ee4 commit fc5738c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-layer-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
layer-name: opentelemetry-javaagent
component-version: ${{needs.build-layer.outputs.JAVAAGENT_VERSION}}
# architecture:
runtimes: java8 java8.al2 java11 java17
runtimes: java8.al2 java11 java17
release-group: prod
aws_region: ${{ matrix.aws_region }}
secrets: inherit
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
layer-name: opentelemetry-javawrapper
component-version: "--"
# architecture:
runtimes: java8 java8.al2 java11 java17
runtimes: java8.al2 java11 java17
release-group: prod
aws_region: ${{ matrix.aws_region }}
secrets: inherit
Expand Down

0 comments on commit fc5738c

Please sign in to comment.