Skip to content

Commit

Permalink
Merge 484d538 into d9d6bf4
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley authored Mar 28, 2024
2 parents d9d6bf4 + 484d538 commit 959d4dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v4
with:
distribution: corretto
java-version: 21
distribution: zulu
java-version-file: .tool-versions
cache: sbt
- name: Build and Test
run: sbt -v +test
Expand Down
3 changes: 2 additions & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
java corretto-21.0.2.13.1
java zulu-8.58.0.13

0 comments on commit 959d4dc

Please sign in to comment.