From 936eb005956ce4ed344c02ea98b547f1e6d93d56 Mon Sep 17 00:00:00 2001 From: plulsls Date: Sat, 19 Jun 2021 02:57:49 +0800 Subject: [PATCH] update to java 16 --- .github/workflows/build.yml | 6 +----- .github/workflows/publish.yml | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 533f7be..4e7ff6f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,11 +11,7 @@ jobs: strategy: matrix: # Use these Java versions - java: [ - 1.8, # Minimum supported by Minecraft - 11, # Current Java LTS - 16 # Latest version - ] + java: 16 # and run on both Linux and Windows os: [ubuntu-20.04, windows-latest] runs-on: ${{ matrix.os }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 89761fb..d2d7e24 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,11 +8,7 @@ jobs: strategy: matrix: # Use these Java versions - java: [ - 1.8, # Minimum supported by Minecraft - 11, # Current Java LTS - 16 # Latest version - ] + java: 16 # and run on both Linux and Windows os: [ubuntu-20.04, windows-latest] runs-on: ${{ matrix.os }}