Skip to content

Commit

Permalink
Use java 21 in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
adepierre committed May 7, 2024
1 parent ce11a1f commit 3ac7857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/botcraft_build.yml
Expand Up @@ -277,7 +277,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
java-package: jre

- name: Install Linux deps
Expand Down

0 comments on commit 3ac7857

Please sign in to comment.