Skip to content

Commit

Permalink
Publish Java21 container for Publish SDK container GitHub Action (#29103
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Abacn authored Oct 23, 2023
1 parent c560824 commit 189f531
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,16 @@ jobs:
matrix:
job_name: ["beam_Publish_Beam_SDK_Snapshots"]
job_phrase: ["N/A"]
container_task: ["go:container", "java:container:java8", "java:container:java11", "java:container:java17", "python:container:py38", "python:container:py39", "python:container:py310", "python:container:py311"]
container_task:
- "go:container"
- "java:container:java8"
- "java:container:java11"
- "java:container:java17"
- "java:container:java21"
- "python:container:py38"
- "python:container:py39"
- "python:container:py310"
- "python:container:py311"
steps:
- uses: actions/checkout@v3
- name: Setup repository
Expand Down

0 comments on commit 189f531

Please sign in to comment.