This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-extras.git


The following commit(s) were added to refs/heads/develop by this push:
     new d4f468d  chore: update ci to java 21
d4f468d is described below

commit d4f468d559119ca5fa6b1bb526f8d4934143dc1f
Author: Sebastian Rühl <sru...@apache.org>
AuthorDate: Mon Sep 1 10:18:30 2025 +0200

    chore: update ci to java 21
---
 .github/workflows/java-platform.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/java-platform.yml 
b/.github/workflows/java-platform.yml
index 96702a4..5bea12e 100644
--- a/.github/workflows/java-platform.yml
+++ b/.github/workflows/java-platform.yml
@@ -42,8 +42,7 @@ jobs:
   test:
     strategy:
       matrix:
-        # 8 not anymore supported for building
-        java: [ 11, 17, 21 ]
+        java: [ 21 ]
         os: [ ubuntu-latest, macos-latest, windows-latest ]
       fail-fast: false
     runs-on: ${{ matrix.os }}

Reply via email to