-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Afsal Thaj <[email protected]>
- Loading branch information
1 parent
89f2610
commit 6761bea
Showing
5 changed files
with
27 additions
and
27 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 |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
java: ['[email protected]', '[email protected]'] | ||
scala: ['2.11.12', '2.12.13', '2.13.5', '3.1.0'] | ||
scala: ['2.11.12', '2.12.16', '2.13.8', '3.1.0'] | ||
platform: ['JS', 'JVM', 'Native'] | ||
steps: | ||
- name: Checkout current branch | ||
|
@@ -51,7 +51,7 @@ jobs: | |
run: sbt ++${{ matrix.scala }}! testJS | ||
- name: Run 2.11 JVM tests | ||
if: ${{ matrix.platform == 'JVM' && startsWith(matrix.scala, '2.11') }} | ||
run: sbt ++${{ matrix.scala }}! testJVM211 | ||
run: sbt ++${{ matrix.scala }}! testJVM211 | ||
- name: Run 2.12 JVM tests | ||
if: ${{ matrix.platform == 'JVM' && startsWith(matrix.scala, '2.12') }} | ||
run: sbt ++${{ matrix.scala }}! testJVM212 | ||
|
@@ -79,7 +79,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
- name: Setup Scala and Java | ||
- name: Setup Scala and Java | ||
uses: olafurpg/setup-scala@v13 | ||
- name: Cache scala dependencies | ||
uses: coursier/cache-action@v6 | ||
|
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