Skip to content

Bump org.jetbrains.kotlin:kotlin-stdlib-common from 1.8.21 to 1.9.24 #834

Bump org.jetbrains.kotlin:kotlin-stdlib-common from 1.8.21 to 1.9.24

Bump org.jetbrains.kotlin:kotlin-stdlib-common from 1.8.21 to 1.9.24 #834

Workflow file for this run

name: CI
permissions: read-all
on:
push:
branches:
- master
pull_request:
jobs:
tests-with-coverage:
strategy:
matrix:
os: ["windows-2022", "ubuntu-22.04"]
name: Tests (${{ matrix.os }}) with coverage
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
distribution: 'temurin'
java-version: '17'
- name: Build
run: mvn -Pjacoco clean verify --batch-mode --show-version
- name: Upload coverage to Codecov
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
with:
file: ./target/site/jacoco/jacoco.xml