Skip to content

Commit c06d605

Browse files
authored
ci: Update ci.yaml to introduce Java 21 unit testing (#1907)
1 parent 62fecb3 commit c06d605

File tree

1 file changed

+1
-1
lines changed
  • synthtool/gcp/templates/java_library/.github/workflows

1 file changed

+1
-1
lines changed

synthtool/gcp/templates/java_library/.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)