Skip to content

Bump actions/setup-java from 5.1.0 to 5.2.0 #469

Bump actions/setup-java from 5.1.0 to 5.2.0

Bump actions/setup-java from 5.1.0 to 5.2.0 #469

Workflow file for this run

name: Exercise tests
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: ${{ matrix.os }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-24.04
- windows-2022
- macOS-14
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
with:
java-version: 17
distribution: temurin
- name: Test exercises
run: ./bin/test test-all