Skip to content

Commit

Permalink
java 21 .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
16BitNarwhal committed Jul 26, 2024
1 parent 653f369 commit ccd1d3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21'
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand Down

0 comments on commit ccd1d3e

Please sign in to comment.