소스 검색

Update build.yml

Update Java version in build flow
D4m0n 4 년 전
부모
커밋
e44c4d8b38
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      .github/workflows/build.yml

+ 1 - 3
.github/workflows/build.yml

@@ -12,9 +12,7 @@ jobs:
       matrix:
         # Use these Java versions
         java: [
-          1.8,  # Minimum supported by Minecraft
-          11,   # Current Java LTS
-          15    # Latest version
+          16
         ]
         # and run on both Linux and Windows
         os: [ubuntu-20.04, windows-latest]