Skip to content

Commit

Permalink
update java in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
KosmX committed Jun 13, 2024
1 parent ba46d04 commit b871c4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '17'
java-version: '21'
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'microsoft'
java-version: '17'
java-version: '21'

# Runs a single command using the runners shell
- name: Publish package
Expand Down

0 comments on commit b871c4e

Please sign in to comment.