Skip to content

Commit

Permalink
build: Java 21 is required for Minecraft >=1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 authored Jan 19, 2025
1 parent 9139e2e commit c1a0c74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-13] # OpenJDK 8 is not supported on macos-14+ (M1).
java: [8, 11, 17]
os: [ubuntu-latest, windows-latest, macos-latest]
java: [21]

steps:
- uses: actions/checkout@v4.2.2
Expand Down

0 comments on commit c1a0c74

Please sign in to comment.