This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory.git
The following commit(s) were added to refs/heads/main by this push:
new d3ce1bbbe feat(java): add graalvm 23 ci (#2463)
d3ce1bbbe is described below
commit d3ce1bbbede91aa0460d0db22895eb352e4a4618
Author: Shawn Yang <[email protected]>
AuthorDate: Wed Aug 13 14:05:33 2025 +0800
feat(java): add graalvm 23 ci (#2463)
## What does this PR do?
<!-- Describe the purpose of this PR. -->
## Related issues
#2460
## Does this PR introduce any user-facing change?
<!--
If any user-facing interface changes, please [open an
issue](https://github.com/apache/fory/issues/new/choose) describing the
need to do so and update the document if necessary.
-->
- [ ] Does this PR introduce any public API change?
- [ ] Does this PR introduce any binary protocol compatibility change?
## Benchmark
<!--
When the PR has an impact on performance (if you don't know whether the
PR will have an impact on performance, you can submit the PR first, and
if it will have impact on performance, the code reviewer will explain
it), be sure to attach a benchmark data here.
-->
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 207d97ee9..11c92b32b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -126,7 +126,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- java-version: ["17", "21", "22"]
+ java-version: ["17", "21", "23"]
steps:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]