Skip to content

use setup-java instead of deprecated setup-scala (#46) #64

use setup-java instead of deprecated setup-scala (#46)

use setup-java instead of deprecated setup-scala (#46) #64

Workflow file for this run

name: CI
on:
pull_request:
push:
schedule:
- cron: '0 2 * * 0'
defaults:
run:
shell: bash
jobs:
test:
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
java: [8, 11]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- uses: actions/setup-java@v4
with:
java-version: "${{ matrix.java }}"
distribution: adopt
- uses: coursier/cache-action@v5
- run: sbt -v "+ test"