Skip to content

Commit c7fd542

Browse files
committed
Leftover changes for build upgrade
1 parent e17f043 commit c7fd542

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
version: [ 18, 19, 20, 21, 22, 23 ]
11+
version: [ 24 ]
1212
vector-length: [ 256, 512 ]
1313

1414
steps:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717

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

20-
- name: Set up JDK 18
20+
- name: Set up JDK 24
2121
uses: actions/setup-java@v4
2222
with:
2323
distribution: temurin
24-
java-version: 18
24+
java-version: 24
2525

2626
- name: Setup Gradle
2727
uses: gradle/actions/setup-gradle@v3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Please remember about specifying the desired version.
7373
Note that simdjson-java follows the [SemVer specification](https://semver.org/), which means, for example, that a major
7474
version of zero indicates initial development, so the library's API should not be considered stable.
7575

76-
We require Java 18 or better.
76+
We require Java 24 or better.
7777

7878
## Benchmarks
7979

0 commit comments

Comments
 (0)