Skip to content

Commit

Permalink
Attempting temurin 22 in github actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
jaju-smarsh committed Aug 24, 2024
1 parent 4383a1c commit 9fc7a0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build, Test
name: Build, Testt

on: [push]

Expand All @@ -19,12 +19,12 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '22'

- name: Install Clojure Tools
uses: DeLaGuardo/setup-clojure@12.1
uses: DeLaGuardo/setup-clojure@12.5
with:
lein: 2.10.0
lein: 2.11.2

- name: Cache dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 9fc7a0c

Please sign in to comment.