Skip to content

Commit

Permalink
Merge branch '2.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 16, 2023
2 parents 35d045e + 5008557 commit 8c849a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
branches:
- master
- "3.0"
- "2.16"
- "2.17"
paths-ignore:
- "README.md"
- "release-notes/*"
pull_request:
branches:
- master
- "3.0"
- "2.16"
- "2.17"
paths-ignore:
- "README.md"
- "release-notes/*"
Expand All @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java_version: ['8', '11', '17']
java_version: ['8', '11', '17', '21']
joda_version: ['2.9', '2.10.14', '2.12.2']
os: ['ubuntu-20.04']
env:
Expand Down
6 changes: 5 additions & 1 deletion release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ Project: jackson-datatype-joda
=== Releases ===
------------------------------------------------------------------------

2.16.0-rc1 (20-Oct-2023)
2.17.0 (not yet released)

-

2.16.0 (15-Nov-2023)

No changes since 2.15

Expand Down

0 comments on commit 8c849a1

Please sign in to comment.