Skip to content

Commit

Permalink
Run CI release job on Java 21 (#3226)
Browse files Browse the repository at this point in the history
  • Loading branch information
scordio committed Jan 10, 2024
1 parent 53189fa commit 3254d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
java-version: 21

- name: 3. Build and release
run: >
Expand Down

0 comments on commit 3254d8b

Please sign in to comment.