aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/beta.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/beta.yml')
-rw-r--r--.github/workflows/beta.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml
index 929a85bb..71d23311 100644
--- a/.github/workflows/beta.yml
+++ b/.github/workflows/beta.yml
@@ -31,11 +31,11 @@ jobs:
file = file.toString().split("\n").map(e => e.trim().startsWith("mod_version") ? `${e}-beta-${process.env.GITHUB_SHA.substring(0, 7)}` : e).join("\n");
fs.writeFileSync("./gradle.properties", file);
- - name: Set up JDK 17
+ - name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'microsoft'
- java-version: '17'
+ java-version: '21'
- name: Initialize caches
uses: actions/cache@v4