-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update zio * update scala * update silencer-lib * update sbt-scalafix * update scalajs * update sbt
- Loading branch information
1 parent
ec502d7
commit a077fbd
Showing
6 changed files
with
22 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
java: ['[email protected]', '[email protected]'] | ||
scala: ['2.11.12', '2.12.15', '2.13.6', '3.0.2'] | ||
scala: ['2.11.12', '2.12.17', '2.13.10', '3.2.2'] | ||
platform: ['JVM', 'JS'] | ||
steps: | ||
- name: Checkout current branch | ||
|
@@ -62,13 +62,13 @@ jobs: | |
- name: Cache scala dependencies | ||
uses: coursier/cache-action@v6 | ||
- name: Run tests | ||
if: ${{ !startsWith(matrix.scala, '3.0.') }} | ||
if: ${{ !startsWith(matrix.scala, '3.') }} | ||
run: sbt ++${{ matrix.scala }}! test${{ matrix.platform }} | ||
- name: Run dotty tests | ||
if: ${{ startsWith(matrix.scala, '3.0.') && matrix.platform == 'JVM' }} | ||
run: sbt ++${{ matrix.scala }}! testJVM | ||
if: ${{ startsWith(matrix.scala, '3.') }} | ||
run: sbt ++${{ matrix.scala }} test${{ matrix.platform }} | ||
- name: Compile additional subprojects | ||
if: ${{ !startsWith(matrix.scala, '3.0.') }} | ||
if: ${{ !startsWith(matrix.scala, '3.') }} | ||
run: sbt ++${{ matrix.scala }}! examples/compile docs/compile benchmarks/compile | ||
|
||
ci: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version = 1.5.5 | ||
sbt.version = 1.8.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters