Skip to content

Commit b60ac50

Browse files
mpeddada1lqiu96
andauthored
chore: add jdk 21 job for showcase tests (#2694)
Thank you for opening a Pull Request! Before submitting your PR, please read our [contributing guidelines](https://github.com/googleapis/gapic-generator-java/blob/main/CONTRIBUTING.md). There are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/gapic-generator-java/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> ☕️ Co-authored-by: Lawrence Qiu <[email protected]>
1 parent 12ee456 commit b60ac50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
runs-on: ubuntu-22.04
212212
strategy:
213213
matrix:
214-
java: [ 11, 17 ]
214+
java: [ 11, 17, 21 ]
215215
steps:
216216
- uses: actions/checkout@v4
217217
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)