Skip to content

Commit db9acad

Browse files
authored
chore: add JDK 25 to the CI (#3101)
1 parent 02c9250 commit db9acad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • java-bigquerystorage/.github/workflows

java-bigquerystorage/.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
java: [11, 17, 21]
15+
java: [11, 17, 21, 25]
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818
- uses: actions/setup-java@v2

0 commit comments

Comments
 (0)