Skip to content

Commit

Permalink
Bump to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
zampino committed Apr 2, 2024
1 parent 17ef315 commit 6683c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: 🔧 Install java
uses: actions/setup-java@v1
with:
java-version: '11.0.7'
java-version: '17'

- name: 🔧 Install clojure
uses: DeLaGuardo/setup-clojure@master
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: 🔧 Install java
uses: actions/setup-java@v1
with:
java-version: '11.0.7'
java-version: '17'

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

0 comments on commit 6683c48

Please sign in to comment.