Skip to content

Commit

Permalink
Add Java 21 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Nov 12, 2023
1 parent 4c8fd50 commit 276ab92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- kind: maven
jre: 11
os: windows-latest
- kind: maven
jre: 21
os: ubuntu-latest
- kind: gradle
jre: 17
os: windows-latest
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ This document is intended for Spotless developers.
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).

## [Unreleased]
### Added
* Add Java 21 to CI ([#1822](https://github.com/diffplug/spotless/pull/1822))
### Fixed
* Fix Eclipse JDT on some settings files. ([#1864](https://github.com/diffplug/spotless/pull/1864) fixes [#1638](https://github.com/diffplug/spotless/issues/1638))
### Changes
Expand Down

0 comments on commit 276ab92

Please sign in to comment.