Skip to content

Commit 4b67d9f

Browse files
committed
Switch additional testing to JDK 26
We will soon move to JDK 25 in the runtime so we can start testing with JDK 26.
1 parent 974b759 commit 4b67d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
matrix:
5959
include:
6060
- { java-version: 24, cache: 'true', cleanup-node: true }
61-
- { java-version: 25-ea, cache: 'restore', cleanup-node: true }
61+
- { java-version: 26-ea, cache: 'restore', cleanup-node: true }
6262
timeout-minutes: 45
6363
steps:
6464
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)