Skip to content

Bump actions/setup-java from 4 to 5 (#867) #363

Bump actions/setup-java from 4 to 5 (#867)

Bump actions/setup-java from 4 to 5 (#867) #363

Workflow file for this run

name: Scala / Test
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
- name: Setup JDK
uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 17
cache: sbt
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Run tests for all exercises
run: bin/test