Skip to content

Commit

Permalink
chore: Use java 21 in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
magicus committed Apr 20, 2024
1 parent 9af1ec8 commit 92f5e09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
JAVA_VERSION: 17
JAVA_VERSION: 21

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- '*'

env:
JAVA_VERSION: 17
JAVA_VERSION: 21
MODRINTH_ID: 'T9FDHbY5'
CURSEFORGE_ID: '484738'

Expand Down

0 comments on commit 92f5e09

Please sign in to comment.