Skip to content

Commit c1a0c74

Browse files
authored
build: Java 21 is required for Minecraft >=1.20
1 parent 9139e2e commit c1a0c74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, windows-latest, macos-13] # OpenJDK 8 is not supported on macos-14+ (M1).
15-
java: [8, 11, 17]
14+
os: [ubuntu-latest, windows-latest, macos-latest]
15+
java: [21]
1616

1717
steps:
1818
- uses: actions/checkout@v4.2.2

0 commit comments

Comments
 (0)