File tree Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -24,23 +24,17 @@ jobs:
2424 java : ['11', '17', '21']
2525 steps :
2626 - uses : actions/checkout@v4
27- - uses : actions/setup-java@v4
28- with :
29- distribution : ' temurin'
30- java-version : ${{ matrix.java }}
3127 - name : Run tests
32- run : ./mill -i -DscalaNextVersion=${{ env.SCALA_NEXT_VERSION }} __.publishArtifacts + __.test
28+ run : |
29+ sed -i 's#//| mill-jvm-version: 11#//| mill-jvm-version: ${{ matrix.java }}#' build.mill
30+ ./mill -i -DscalaNextVersion=${{ env.SCALA_NEXT_VERSION }} __.publishArtifacts + __.test
3331
3432 check-binary-compatibility :
3533 runs-on : ubuntu-latest
3634 steps :
3735 - uses : actions/checkout@v4
3836 with :
3937 fetch-depth : 0
40- - uses : actions/setup-java@v4
41- with :
42- distribution : ' temurin'
43- java-version : 17
4438 - name : Check Binary Compatibility
4539 run : ./mill -i -DscalaNextVersion=${{ env.SCALA_NEXT_VERSION }} __.mimaReportBinaryIssues
4640
5953
6054 steps :
6155 - uses : actions/checkout@v3
62- - uses : actions/setup-java@v3
63- with :
64- distribution : ' temurin'
65- java-version : 11
6656 - name : Publish to Maven Central
6757 run : ./mill -i mill.scalalib.SonatypeCentralPublishModule/
6858
Original file line number Diff line number Diff line change 1- //| mill-version: 1.0.6
1+ //| mill-version: 1.1.0-RC1
2+ //| mill-jvm-version: 11
23//| mvnDeps:
34//| - com.github.lolgab::mill-mima_mill1:0.2.0
45package build
You can’t perform that action at this time.
0 commit comments