Skip to content

Commit 83e16b4

Browse files
ci: Update ci.yaml to introduce Java 21 unit testing (#1907) (#1254)
Source-Link: googleapis/synthtool@c06d605 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:6f431774e11cc46619cf093fd1481193c4024031073697fa18f0099b943aab88 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 56960ed commit 83e16b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:fb7584f6adb3847ac480ed49a4bfe1463965026b2919a1be270e3174f3ce1191
17-
# created: 2023-10-26T23:22:21.357007231Z
16+
digest: sha256:6f431774e11cc46619cf093fd1481193c4024031073697fa18f0099b943aab88
17+
# created: 2023-12-01T19:50:20.444857406Z

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
java: [11, 17]
28+
java: [11, 17, 21]
2929
steps:
3030
- uses: actions/checkout@v3
3131
- uses: actions/setup-java@v3

0 commit comments

Comments
 (0)