Skip to content

Update copyright, Scala Native, Scala, sbt, ubuntu and macOS to current versions #87

Update copyright, Scala Native, Scala, sbt, ubuntu and macOS to current versions

Update copyright, Scala Native, Scala, sbt, ubuntu and macOS to current versions #87

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [ main]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-13]
java: [ '21' ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout current branch (full)
uses: actions/checkout@v3
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
cache: 'sbt'
- name: Run tests (${{ matrix.os }}) Java ${{ matrix.java }}
run: sbt g8Test