Skip to content

Update dependency com.github.ben-manes:gradle-versions-plugin to v0.51.0 #109

Update dependency com.github.ben-manes:gradle-versions-plugin to v0.51.0

Update dependency com.github.ben-manes:gradle-versions-plugin to v0.51.0 #109

Workflow file for this run

name: Pull Request and Merge Workflow
on:
pull_request:
branches:
- main
jobs:
lint:
uses: ./.github/workflows/task-runner.yml
with:
runner: ubuntu-latest
task: lintKotlin
test:
strategy:
matrix:
include:
- os: macos-latest
task: jvmTest
- os: macos-latest
task: macosArm64Test
- os: macos-latest
task: iosSimulatorArm64Test
- os: ubuntu-latest
task: linuxX64Test
- os: windows-latest
task: mingwX64Test
uses: ./.github/workflows/task-runner.yml
with:
runner: ${{ matrix.os }}
task: ${{ matrix.task }}