Skip to content

Commit 7c2b91c

Browse files
authored
chore: update ci to jdk 24 (googleapis#11619)
1 parent 8a849a6 commit 7c2b91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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: [8, 11, 17, 21]
28+
java: [8, 11, 17, 21, 24]
2929
steps:
3030
- name: Get current week within the year
3131
id: date

0 commit comments

Comments
 (0)