Skip to content

Update scala3-library, ... to 3.3.1 in master #1555

Update scala3-library, ... to 3.3.1 in master

Update scala3-library, ... to 3.3.1 in master #1555

Workflow file for this run

name: CI
on:
pull_request:
push:
schedule:
- cron: '0 0 * * 0'
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 50
strategy:
fail-fast: false
matrix:
include:
- java: 8
- java: 11
- java: 17
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
with:
java-version: ${{matrix.java}}
distribution: temurin
- uses: coursier/cache-action@d1039466d0812d6370649b9afb02bbf5f646bacf # v6.4.3
- run: ./sbt -v
-jvm-opts .github/workflows/.jvmopts
"+mimaReportBinaryIssues"
"+Test/compile"
"+jvmParent/test"
"+nativeParent/test"
"project jsParent"
testSequentialCross