require java11

This commit is contained in:
Tommi Reiman 2024-04-20 16:42:36 +03:00
parent fa24dcd29a
commit 7432ef9bb9
3 changed files with 3 additions and 2 deletions

View file

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
# Supported Java versions: LTS releases 8 and 11 and the latest release
jdk: [8, 11, 15]
jdk: [11, 15]
name: Clojure (Java ${{ matrix.jdk }})

View file

@ -14,6 +14,7 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
## UNRELEASED
* **BREAKING** reitit requires Java11
* Handlers can be vars [#585](https://github.com/metosin/reitit/pull/585)
* Fetch OpenAPI content types from Muuntaja [#636](https://github.com/metosin/reitit/issues/636)
* **BREAKING** OpenAPI support is now clj only

View file

@ -57,7 +57,7 @@ All main modules bundled:
Optionally, the parts can be required separately.
Reitit requires Clojure 1.11.
Reitit requires Java 11 and Clojure 1.11.
## Quick start