Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Mar 25, 2024
1 parent eb23895 commit c1f6f07
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jobs:
matrix:
# Use these Java versions
java: [
16, # Minimum supported by Minecraft
17, # Latest Java LTS version
21
#19 # Latest Java version
# 16, # Minimum supported by Minecraft, however no longer supported by fabric loom
17, # Java LTS version
21 # Latest Java LTS version
]
# and run on both Linux and Windows
os: [ubuntu-latest, windows-latest]
Expand Down

0 comments on commit c1f6f07

Please sign in to comment.