This repository has been archived by the owner on Jul 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Apply formatting * Start to update site to ZIO 2 RC6 * Bump dotty version for CI * Remove compile flag on docs for RC release * Bump ZIO HTTP version * Fix compile issues after version bumps * Just maintenance * Apply formatting * Update CI workflow
- Loading branch information
Showing
30 changed files
with
177 additions
and
357 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 |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
java: ['[email protected]', '[email protected]'] | ||
scala: ['2.12.15', '2.13.8', '3.1.0'] | ||
scala: ['2.12.15', '2.13.8', '3.1.2'] | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: olafurpg/setup-scala@v10 | ||
|
@@ -25,15 +25,10 @@ jobs: | |
uses: coursier/cache-action@v5 | ||
- name: Lint code | ||
run: sbt check | ||
- name: compile without examples and JS client | ||
run: sbt ++${{ matrix.scala }}! coreJVM/compile coreJS/compile | ||
- name: compile all | ||
run: sbt ++${{ matrix.scala }}! compile | ||
if: matrix.scala == '2.13.8' | ||
- name: Run tests | ||
# TODO: Run the test on all Scala versions before we release something | ||
run: sbt ++${{ matrix.scala }} test | ||
if: matrix.scala == '2.13.8' | ||
|
||
publish: | ||
runs-on: ubuntu-20.04 | ||
|
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
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
Oops, something went wrong.