From 4fe0ea879b95974b54e51be2bda3ef1cb58c8acb Mon Sep 17 00:00:00 2001 From: "Christian F." Date: Sat, 26 Oct 2024 00:45:52 +0200 Subject: [PATCH] reorder --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2956399497..a8f8740498 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,11 +8,11 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up JDK 21 + - name: Set up JDK 22 uses: actions/setup-java@v3 with: distribution: 'zulu' - java-version: '21' + java-version: '22' java-package: jdk cache: 'maven' - name: Build and test with Maven