Skip to content

Commit

Permalink
delete old sbt version test
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Oct 19, 2024
1 parent 48d0db5 commit 3fc62c4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ jobs:
fail-fast: false
matrix:
include:
- java: 8
sbt_version: "1.2.8"
- java: 8
sbt_version: "1.3.13"
- java: 8
- java: 11
steps:
Expand All @@ -26,4 +22,4 @@ jobs:
distribution: temurin
- uses: sbt/setup-sbt@v1
- uses: coursier/cache-action@142d2738bd29f0eb9d44610828acb3a19809feab # v6.4.6
- run: sbt -v $(if [[ "${{matrix.sbt_version}}" != "" ]] ; then echo "^^${{matrix.sbt_version}}" ; fi) test scripted
- run: sbt -v test scripted

0 comments on commit 3fc62c4

Please sign in to comment.