Skip to content

Commit

Permalink
Fix Attempt 20241230 - Action Fix Attempt (5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Virus5600 committed Dec 30, 2024
1 parent 771d1a5 commit fca7fc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/prep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: "Prepare the environment for testing"
inputs:
java:
type: number
description: 'Java version to use for testing. Defaults to 22.'
default: 22
description: 'Java version to use for testing. Defaults to 21.'
default: 21

java_dist:
type: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fabric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
version:
- {mc: 1.21.3, java: 22, loader: fabric, api: 0.110.0+1.21.3}
- {mc: 1.21.3, java: 21, loader: fabric, api: 0.110.0+1.21.3}
os:
- ubuntu-latest
- windows-latest
Expand Down

0 comments on commit fca7fc7

Please sign in to comment.