Skip to content

Merge pull request #194 from eternityduck/patch-1 #84

Merge pull request #194 from eternityduck/patch-1

Merge pull request #194 from eternityduck/patch-1 #84

Workflow file for this run

name: Scala CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Build and Test
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.11, 2.12.18]
java: [[email protected], [email protected], [email protected]]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- name: Set up Java
uses: olafurpg/setup-scala@v13
with:
java-version: ${{ matrix.java }}
- name: Run tests
run: sbt ++${{ matrix.scala }} test