We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66d027 commit 98c4d32Copy full SHA for 98c4d32
.github/workflows/build.yml
@@ -47,6 +47,9 @@ jobs:
47
uses: actions/setup-node@v4
48
with:
49
node-version: 16
50
- - name: Test and Check Binary Compatibility
51
- run: "sbt -batch +test +mimaReportBinaryIssues"
+ - name: Test with Scala Next
+ run: "sbt ++3.7.3! jsoniter-scala-macrosJVM/test jsoniter-scala-next-testsJVM/test"
52
+ shell: bash
53
+ - name: Test with Scala 2 and 3 LTS and Check Binary Compatibility
54
+ run: "sbt -batch +clean +test +mimaReportBinaryIssues"
55
shell: bash
0 commit comments