Skip to content

Update junit-plugin, junit-runtime, ... to 0.4.16 #162

Update junit-plugin, junit-runtime, ... to 0.4.16

Update junit-plugin, junit-runtime, ... to 0.4.16 #162

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.x, 3.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: ${{matrix.java}}
cache: sbt
- name: Test
run: sbt ++${{matrix.scala}} test package