File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1313 - uses : coursier/setup-action@v1
1414 with :
1515 jvm : temurin:8
16+ - uses : sbt/setup-sbt@v1
1617 - run : rm -rf src/sbt-test/skip-sbt1.4
1718 - run : sbt test scripted
1819 jdk11 :
2324 - uses : coursier/setup-action@v1
2425 with :
2526 jvm : temurin:11
27+ - uses : sbt/setup-sbt@v1
2628 - run : rm -rf src/sbt-test/skip-sbt1.4
2729 - run : sbt test scripted
2830 jdk17 :
3335 - uses : coursier/setup-action@v1
3436 with :
3537 jvm : temurin:17
38+ - uses : sbt/setup-sbt@v1
3639 - run : rm -rf src/sbt-test/skip-java17+
3740 - run : rm -rf src/sbt-test/skip-sbt1.4
3841 - run : sbt test scripted
4548 - uses : coursier/setup-action@v1
4649 with :
4750 jvm : temurin:21
51+ - uses : sbt/setup-sbt@v1
4852 - run : rm -rf src/sbt-test/skip-java17+
4953 - run : sbt test scripted
5054 windows :
Original file line number Diff line number Diff line change 99 steps :
1010 - uses : actions/checkout@v4
1111 - uses : coursier/setup-action@v1
12+ - uses : sbt/setup-sbt@v1
1213 - uses : olafurpg/setup-gpg@v3
1314 - run : git fetch --unshallow
1415 - name : Publish ${{ github.ref }}
You can’t perform that action at this time.
0 commit comments