Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Bump kotlin.version from 1.8.22 to 1.9.0 #99

Bump kotlin.version from 1.8.22 to 1.9.0

Bump kotlin.version from 1.8.22 to 1.9.0 #99

Workflow file for this run

name: Pull Requests
on:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'adopt'
- name: Test
run: mvn clean test