Skip to content

Commit

Permalink
build: JDK index no longer needed for JDK 21 (#1887)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Jan 2, 2024
1 parent 021a906 commit 1ded046
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
uses: coursier/setup-action@v1.3.4
with:
jvm: ${{ matrix.jvmName }}
# FIXME default index not giving us access to JDK 21 (yet)
jvm-index: https://raw.githubusercontent.com/coursier/jvm-index/32d659500e6c65efb9eee91718a0fb0e797ad4ee/index.json

- name: sbt test
run: |-
Expand Down

0 comments on commit 1ded046

Please sign in to comment.