-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from scala-steward/update/scala3-library-3.1.0
Update scala3-library to 3.1.0
- Loading branch information
Showing
6 changed files
with
24 additions
and
29 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
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 |
---|---|---|
|
@@ -16,15 +16,16 @@ on: | |
|
||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
JABBA_INDEX: 'https://github.com/typelevel/jdk-index/raw/main/index.json' | ||
|
||
jobs: | ||
build: | ||
name: Build and Test | ||
strategy: | ||
matrix: | ||
os: [ubuntu-latest] | ||
scala: [2.13.7, 2.12.15, 3.0.2] | ||
java: [adopt@1.8, [email protected]] | ||
scala: [2.13.7, 2.12.15, 3.1.0] | ||
java: [adoptium@8, adoptium@17] | ||
runs-on: ${{ matrix.os }} | ||
steps: | ||
- name: Checkout current branch (full) | ||
|
@@ -81,7 +82,7 @@ jobs: | |
matrix: | ||
os: [ubuntu-latest] | ||
scala: [2.13.7] | ||
java: [adopt@1.8] | ||
java: [adoptium@8] | ||
runs-on: ${{ matrix.os }} | ||
steps: | ||
- name: Checkout current branch (full) | ||
|
@@ -126,12 +127,12 @@ jobs: | |
tar xf targets.tar | ||
rm targets.tar | ||
- name: Download target directories (3.0.2) | ||
- name: Download target directories (3.1.0) | ||
uses: actions/download-artifact@v2 | ||
with: | ||
name: target-${{ matrix.os }}-3.0.2-${{ matrix.java }} | ||
name: target-${{ matrix.os }}-3.1.0-${{ matrix.java }} | ||
|
||
- name: Inflate target directories (3.0.2) | ||
- name: Inflate target directories (3.1.0) | ||
run: | | ||
tar xf targets.tar | ||
rm targets.tar | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,8 @@ ThisBuild / crossScalaVersions := Seq( | |
Dependencies.Versions.scala3 | ||
) | ||
ThisBuild / githubWorkflowTargetTags ++= Seq("v*") | ||
ThisBuild / githubWorkflowJavaVersions := Seq("[email protected]", "[email protected]") | ||
ThisBuild / githubWorkflowEnv += ("JABBA_INDEX" -> "https://github.com/typelevel/jdk-index/raw/main/index.json") | ||
ThisBuild / githubWorkflowJavaVersions := Seq("adoptium@8", "adoptium@17") | ||
|
||
ThisBuild / githubWorkflowBuildPreamble += WorkflowStep.Run( | ||
commands = List("docker-compose up -d"), | ||
|
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