Skip to content

Merge pull request #549 from scala-steward/update/junit-plugin-0.5.0 #263

Merge pull request #549 from scala-steward/update/junit-plugin-0.5.0

Merge pull request #549 from scala-steward/update/junit-plugin-0.5.0 #263

Workflow file for this run

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