Skip to content

Commit

Permalink
Try to run PRs for all relevant MC versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Dec 7, 2024
1 parent 9b9587e commit 4f42210
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/build-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,19 @@ on:

jobs:
build:
strategy:
matrix:
version:
- 1.7.10
- 1.10.2
- 1.12.2
- 1.16.5
- 1.18.2
- 1.19.2
- 1.20.1
- 1.21.1
uses: neoforged/actions/.github/workflows/build-prs.yml@main
with:
java: 21
gradle_tasks: makeModuleMetadata
gradle_tasks: makeModuleMetadata -PminecraftVersion=${{ matrix.version }}
jar_compatibility: false

0 comments on commit 4f42210

Please sign in to comment.