Skip to content

Commit

Permalink
ci: add Java 21 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed Mar 11, 2024
1 parent d77fd6b commit da9a22a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ jobs:
with:
java-version: '17'
package-name: BiomeFinder-Build-${{ github.run_number }}
build-java-21:
uses: Siroshun09/gh-actions-workflows/.github/workflows/gradle.yml@v1
with:
java-version: '21'
package-name: BiomeFinder-Build-${{ github.run_number }}

0 comments on commit da9a22a

Please sign in to comment.