Skip to content

Commit

Permalink
github actionsのjdkバージョン更新忘れてた
Browse files Browse the repository at this point in the history
  • Loading branch information
KatatsumuriPan committed Sep 6, 2024
1 parent 096f0cf commit f87ef51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
matrix:
# Use these Java versions
java: [
8, # TODO: change to GTCEu's Buildscripts
17, # Current Java LTS & minimum supported by Minecraft
21, # Current Java LTS
]
# and run on both Linux and Windows
os: [ ubuntu-22.04, windows-2022 ]
Expand Down

0 comments on commit f87ef51

Please sign in to comment.