Skip to content

Commit 1354d52

Browse files
authored
Test with JDK 25 (#237)
Makes sure Vert.x gRPC test suite passes with Java 25, in all supported versions. Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
1 parent c4e3aec commit 1354d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-4.x.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-latest]
19-
jdk: [8, 17]
19+
jdk: [8, 17, 25]
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- name: Checkout

0 commit comments

Comments
 (0)