File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1111 fail-fast : false
1212 matrix :
1313 os : [ubuntu-22.04, macos-13]
14- java : [ '17 ' ]
14+ java : [ '21 ' ]
1515 runs-on : ${{ matrix.os }}
1616 steps :
1717 - name : Checkout current branch (full)
2222 distribution : ' adopt'
2323 java-version : ${{ matrix.java }}
2424 cache : ' sbt'
25+ - name : Install common dependencies
26+ shell : bash
27+ if : ${{ startsWith(matrix.os, 'macos') }}
28+ run : brew install sbt
2529 - name : Run tests (${{ matrix.os }}) Java ${{ matrix.java }}
2630 run : sbt g8Test
Original file line number Diff line number Diff line change 1- sbt.version = 1.10.6
1+ sbt.version = 1.11.3
Original file line number Diff line number Diff line change 1- scalaVersion := " 3.3.3 " // A Long Term Support version.
1+ scalaVersion := " 3.3.6 " // A Long Term Support version.
22
33enablePlugins(ScalaNativePlugin )
44
Original file line number Diff line number Diff line change 1- sbt.version = 1.10.6
1+ sbt.version = 1.11.3
Original file line number Diff line number Diff line change 1- addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.5.1 " )
1+ addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.5.8 " )
You can’t perform that action at this time.
0 commit comments