From 2a5f50ec69d616457d6e54de32ef2688250d4bc8 Mon Sep 17 00:00:00 2001 From: angel Date: Fri, 27 Mar 2026 05:20:52 -0500 Subject: [PATCH] chore: update from java 21 to 25 inside of the workflow --- .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 5c3222f..e8a2426 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,11 +15,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Set up JDK 21 + - name: Set up JDK 25 uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: '21' + java-version: '25' cache: 'gradle' - name: Cache Gradle packages