Skip to content

Commit 15c8d44

Browse files
committed
ds-java main branch requires Java 25
1 parent b6f736f commit 15c8d44

File tree

187 files changed

+10
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+10
-4
lines changed

.github/workflows/serde_compat.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- name: Checkout Java
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
with:
1919
repository: apache/datasketches-java
2020
path: java
2121
- name: Setup Java
22-
uses: actions/setup-java@v4
22+
uses: actions/setup-java@v5
2323
with:
24-
java-version: '24'
24+
java-version: '25'
2525
distribution: 'temurin'
2626
- name: Run Java
2727
run: cd java && mvn test -P generate-java-files
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
 ̓�������
Binary file not shown.
Binary file not shown.
83.2 KB
Binary file not shown.
15.6 KB
Binary file not shown.
1.59 KB
Binary file not shown.
184 Bytes
Binary file not shown.
40 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)