From 35af0a868811c556fdce9719d0053af39b07e094 Mon Sep 17 00:00:00 2001 From: Zayrex Date: Fri, 26 Sep 2025 22:41:40 +0800 Subject: [PATCH] Update JDK version from 21 to 25 in workflow --- .github/workflows/package.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 1b2b1cd..0c15291 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -1,7 +1,7 @@ # This workflow will build a package using Maven and then publish it to GitHub packages when a release is created # For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#apache-maven-with-a-settings-path -name: Maven Package +name: Package with Maven in 3 Platforms on: workflow_dispatch: @@ -17,10 +17,10 @@ jobs: packages: write steps: - uses: actions/checkout@v4 - - name: Set up JDK 21 + - name: Set up JDK 25 uses: actions/setup-java@v4 with: - java-version: '21' + java-version: '25' distribution: 'temurin' server-id: github settings-path: ${{ github.workspace }} @@ -39,10 +39,10 @@ jobs: packages: write steps: - uses: actions/checkout@v4 - - name: Set up JDK 21 + - name: Set up JDK 25 uses: actions/setup-java@v4 with: - java-version: '21' + java-version: '25' distribution: 'temurin' server-id: github settings-path: ${{ github.workspace }} @@ -61,10 +61,10 @@ jobs: packages: write steps: - uses: actions/checkout@v4 - - name: Set up JDK 21 + - name: Set up JDK 25 uses: actions/setup-java@v4 with: - java-version: '21' + java-version: '25' distribution: 'temurin' server-id: github settings-path: ${{ github.workspace }}