Skip to content

Commit 83404e1

Browse files
committed
Update Java versions we test on
1 parent 802a5dc commit 83404e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
distribution: ['zulu']
1111
os: [ubuntu-latest, windows-latest, macos-latest]
12-
version: [ 17, 21, 22, 23 ]
12+
version: [ 17, 21, 24 ]
1313
steps:
1414
- uses: actions/checkout@v5
1515
with:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ CHANGELOG
2222
* **BREAKING:** Java 11 support has been dropped. Java 17 or later is now required.
2323
* Updated project to use Java 17 language features including switch expressions
2424
and modern collection factories.
25-
* Updated GitHub Actions workflow to test on Java 17, 21, 22, and 23.
25+
* Updated GitHub Actions workflow to test on Java 17, 21, and 24.
2626
* **BREAKING:** Removed explicit `serialVersionUID` from all exception classes.
2727
Java will auto-generate serialVersionUID when needed, following modern practices.
2828

0 commit comments

Comments
 (0)