Skip to content

Commit 5fe9bf8

Browse files
Merge pull request #1233 from metosin/jdk_25
JDK LTS 25
2 parents cc95c58 + 8e6f784 commit 5fe9bf8

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/clojure.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
# Supported Java versions: LTS releases and latest
15-
jdk: [8, 11, 17, 21]
15+
jdk: [8, 11, 17, 21, 25]
1616
clojure: [11, 12]
1717

1818
name: Clojure ${{ matrix.clojure }} (Java ${{ matrix.jdk }})
@@ -113,11 +113,11 @@ jobs:
113113
runs-on: ubuntu-latest
114114
steps:
115115
- uses: actions/checkout@v5
116-
- name: Setup Java 11
116+
- name: Setup Java 25
117117
uses: actions/setup-java@v5
118118
with:
119119
distribution: zulu
120-
java-version: 11
120+
java-version: 25
121121
- uses: actions/cache@v4
122122
with:
123123
path: |

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Malli is in well matured [alpha](README.md#alpha).
1818

1919
* Robust `:and` parser, add `:andn` [#1182](https://github.com/metosin/malli/pull/1182)
2020
* Correctly handle recursive schemas [#1234](https://github.com/metosin/malli/pull/1234)
21+
* Add JDK 25 to CI [#1233](https://github.com/metosin/malli/pull/1233)
2122

2223
## 0.19.2 (2025-10-06)
2324

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ So, we decided to spin out our own library, which would do all the things we fee
7474

7575
Malli requires Clojure 1.11 or ClojureScript 1.11.51.
7676

77-
Malli is tested with the LTS releases Java 8, 11, 17 and 21.
77+
Malli is tested with the LTS releases Java 8, 11, 17, 21 and 25.
7878

7979
## Quickstart
8080

0 commit comments

Comments
 (0)