Skip to content

Commit fd00b41

Browse files
committed
NO-JIRA: bump GHA CI to use JDK 25 rather than 24
1 parent b236f68 commit fd00b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
java: [ 11, 17, 21, 24 ]
11+
java: [ 11, 17, 21, 25 ]
1212

1313
steps:
1414
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)