Skip to content

Commit

Permalink
ci: update java to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonsteiner committed Jan 7, 2025
1 parent ff2f305 commit 88abca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
- name: Install python
run: uv python install

- name: setup java 17
uses: actions/setup-java@v3
- name: setup java 21
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'

- name: Install dependencies
Expand Down

0 comments on commit 88abca4

Please sign in to comment.