Skip to content

Commit

Permalink
actually use JDK21 for JDK21 CI
Browse files Browse the repository at this point in the history
https://docs.scala-lang.org/overviews/jdk-compatibility/overview.html
- ignore scripts with hardcoded sbt versions < 1.9.0
- don't load artifacts built with old scala versions
  • Loading branch information
bjaglin committed Feb 25, 2024
1 parent 8ae5b09 commit cecb241
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: olafurpg/setup-scala@v14
- uses: coursier/setup-action@v1
with:
jvm: temurin:17
- run: sbt "test; scripted sbt-*/* skip-windows/*"
jvm: temurin:21
- run: sbt "test; scripted sbt-scalafix/* skip-windows/*"
windows:
name: Windows tests
runs-on: windows-latest
Expand Down

0 comments on commit cecb241

Please sign in to comment.