Skip to content

Update scala-library to 2.13.16 #188

Update scala-library to 2.13.16

Update scala-library to 2.13.16 #188

Workflow file for this run

name: Test
on:
push:
branches: [master]
tags: [ v* ]
pull_request:
workflow_dispatch:
jobs:
build:
strategy:
matrix:
scalaVersion: ["2.12.17", "2.13.16", "3.1.3"]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: coursier/cache-action@v6
- uses: olafurpg/setup-scala@v12
- name: Test
run: sbt "++${{matrix.scalaVersion}} test"
# - name: Debug over SSH (tmate)
# # if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3
# with:
# limit-access-to-actor: true