Skip to content

Update sbt-scalajs, scalajs-compiler, ... to 1.15.0 #107

Update sbt-scalajs, scalajs-compiler, ... to 1.15.0

Update sbt-scalajs, scalajs-compiler, ... to 1.15.0 #107

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
java: [8, 11, 17]
scala: [2.13.12]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: coursier/cache-action@v6
- uses: actions/setup-java@v2
with:
distribution: temurin
java-version: ${{matrix.java}}
- name: Test
run: sbt ++${{matrix.scala}} test package