Updated dependencies
Bumped Kotlin to version 2.0.20 Bumped Junit to verson 5.11.0
This commit is contained in:
parent
08780a5c73
commit
6bd1aed18f
2 changed files with 7 additions and 7 deletions
7
.github/workflows/bld.yml
vendored
7
.github/workflows/bld.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: bld-ci
|
||||
|
||||
on: [ push, pull_request, workflow_dispatch ]
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
env:
|
||||
COVERAGE_JDK: "21"
|
||||
|
@ -13,8 +13,8 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
java-version: [ 17, 21, 22 ]
|
||||
kotlin-version: [ 1.9.24, 2.0.0 ]
|
||||
java-version: [17, 21, 22]
|
||||
kotlin-version: [1.9.24, 2.0.20]
|
||||
|
||||
steps:
|
||||
- name: Checkout source repository
|
||||
|
@ -34,7 +34,6 @@ jobs:
|
|||
- name: Compile source
|
||||
run: ./bld compile
|
||||
|
||||
|
||||
- name: Run tests
|
||||
run: ./bld jacoco
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue