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-build-tools.git
The following commit(s) were added to refs/heads/develop by this push: new 3229fd7 chore: update ensure platforms 3229fd7 is described below commit 3229fd7110e0edb2a2c16d42e8250332a8034ece Author: Sebastian Rühl <sru...@apache.org> AuthorDate: Mon Sep 1 10:17:54 2025 +0200 chore: update ensure platforms --- .github/workflows/ensure-platforms.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ensure-platforms.yml b/.github/workflows/ensure-platforms.yml index 55771ec..383793a 100644 --- a/.github/workflows/ensure-platforms.yml +++ b/.github/workflows/ensure-platforms.yml @@ -24,8 +24,7 @@ jobs: test: strategy: matrix: - # 8 not anymore supported for building - java: [ 11, 17 ] + java: [ 21 ] os: [ ubuntu-latest, macos-latest, windows-latest ] fail-fast: false runs-on: ${{ matrix.os }}