Skip to content

Commit

Permalink
chore: update jdk to 21 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldelboni authored Jul 21, 2024
1 parent f117206 commit d11fc75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Prepare java
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '11'
distribution: 'temurin'
java-version: '21'

- name: Install clojure cli
uses: DeLaGuardo/setup-clojure@master
Expand Down

0 comments on commit d11fc75

Please sign in to comment.