From 24b727497aa20b91074972ef514364a458c49170 Mon Sep 17 00:00:00 2001 From: Theoness1 Date: Tue, 21 May 2024 17:42:50 +0700 Subject: [PATCH] minor fix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1b518f..2b4d272 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: matrix: # Use these Java versions java: [ - 17 # Minimum supported by Minecraft + 21 # Minimum supported by Minecraft ] # and run on both Linux and Windows os: [ubuntu-20.04, windows-latest]