Skip to content

Commit dc9cce2

Browse files
committed
chore: run tests with java 25
1 parent 51cc23b commit dc9cce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-all-tests-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-22.04, ubuntu-22.04-arm, windows-2022, macos-14]
19-
jdk: [21, 8]
19+
jdk: [25, 21, 8]
2020
include:
2121
- jdk: 21
2222
# Workaround for https://github.com/bazelbuild/bazel/issues/14502

0 commit comments

Comments
 (0)