Skip to content

fix(deps): update ktor monorepo to v2.3.12 #203

fix(deps): update ktor monorepo to v2.3.12

fix(deps): update ktor monorepo to v2.3.12 #203

Workflow file for this run

name: Java CI
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '17', '8' ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Test with Gradle
run: ./gradlew test -i