Skip to content

Commit

Permalink
chore: run link checking on JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Apr 21, 2023
1 parent 7d00688 commit 6682212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/link-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- name: Cache Coursier cache
uses: coursier/cache-action@v6.4.0

- name: Set up JDK 17
- name: Set up JDK 11
uses: coursier/setup-action@v1.3.0
with:
jvm: temurin:1.17
jvm: temurin:1.11
apps: cs

- name: sbt site
Expand Down

0 comments on commit 6682212

Please sign in to comment.