Skip to content

Bump io.ktor:ktor-client-core from 3.0.3 to 3.1.0 in /kotlin-arrow #547

Bump io.ktor:ktor-client-core from 3.0.3 to 3.1.0 in /kotlin-arrow

Bump io.ktor:ktor-client-core from 3.0.3 to 3.1.0 in /kotlin-arrow #547

Workflow file for this run

# Generated file. DO NOT EDIT.
'on':
push:
paths:
- kotlin-arrow/**
- .github/workflows/kotlin-arrow.yaml
pull_request:
paths:
- kotlin-arrow/**
- .github/workflows/kotlin-arrow.yaml
workflow_run:
workflows:
- scenario-server
types:
- completed
jobs:
test:
runs-on: ubuntu-24.04
if: ${{ github.event.workflow_run == null || github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '20'
cache: gradle
- run: ./gradlew test
working-directory: kotlin-arrow
defaults:
run:
working-directory: kotlin-arrow