Skip to content

Commit f77f408

Browse files
authored
chore: update ci tests to run against jdk 24 (googleapis#2096)
1 parent 369be6a commit f77f408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
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, 23]
28+
java: [8, 11, 17, 24]
2929
steps:
3030
- uses: actions/checkout@v4
3131
- uses: actions/setup-java@v4
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
strategy:
5656
matrix:
57-
java: [8, 11, 17, 23]
57+
java: [8, 11, 17, 24]
5858
steps:
5959
- uses: actions/checkout@v4
6060
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)