Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Leftover changes for build upgrade
  • Loading branch information
jatin-bhateja committed Aug 15, 2025
commit c7fd5429a11501972c317c77eca25a58b9584cea
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
version: [ 18, 19, 20, 21, 22, 23 ]
version: [ 24 ]
vector-length: [ 256, 512 ]

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:

- uses: gradle/actions/wrapper-validation@v3

- name: Set up JDK 18
- name: Set up JDK 24
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 18
java-version: 24

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Please remember about specifying the desired version.
Note that simdjson-java follows the [SemVer specification](https://semver.org/), which means, for example, that a major
version of zero indicates initial development, so the library's API should not be considered stable.

We require Java 18 or better.
We require Java 24 or better.

## Benchmarks

Expand Down