Skip to content

Update zio, zio-test, zio-test-junit, ... to 2.1.8 #334

Update zio, zio-test, zio-test-junit, ... to 2.1.8

Update zio, zio-test, zio-test-junit, ... to 2.1.8 #334

Workflow file for this run

name: Scala CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Get changes from Git
uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 8
- name: Run tests
run: sbt clean test