Skip to content

Commit

Permalink
GitHub gradle.yml, update to Java Temurin 21 (from 21-ea)
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Oct 13, 2023
1 parent f558f7d commit 622c5b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
java: ['11', '17', '21-ea']
java: ['11', '17', '21']
distribution: ['temurin']
fail-fast: false
name: ${{ matrix.os }} JDK ${{ matrix.java }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Released: in-progress

* Jackson 2.15.3

=== Build/Test Updates

* GitHub `gradle.yml` JDK Matrix: Java 11, 17, **21** (was `21-ea`)

== v0.7.0-alpha3

Released: 2023-10-05
Expand Down

0 comments on commit 622c5b3

Please sign in to comment.