Skip to content

Bump kotlin.version from 2.0.0 to 2.1.10 #603

Bump kotlin.version from 2.0.0 to 2.1.10

Bump kotlin.version from 2.0.0 to 2.1.10 #603

Workflow file for this run

name: Run tests
on:
push:
branches-ignore:
- main
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
cache: 'maven'
- name: Run maven tests
run: mvn -B verify